FMTC Docs
Current
Search…
⌃K
Links

Exporting

fmtc_plus_sharing Module

With User Interface (withGUI)

FMTC.instance('storeName').export.withGUI(
fileExtension: String,
forceFilePicker: bool?,
context: BuildContext?,
);
This method displays a platform specific file picker or share sheet/dialog to the user, who can pick where to save/send the store file.

With A Known File (manual)

FMTC.instance('storeName').export.manual(File('outputFilePath.fmtc'));
This method exports a store when given the path of a non-existing file.
© Luka Stillingfleet (JaffaKetchup) | 2023