Exporting
fmtc_plus_sharing Module
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.
FMTC.instance('storeName').export.manual(File('outputFilePath.fmtc'));
This method exports a store when given the path of a non-existing file.
Last modified 1mo ago