ADDED EXPORT FUNCTIONALITY

This commit is contained in:
odweta
2026-04-03 19:16:20 +02:00
parent 2b4e64c72f
commit 6089ccda45
12 changed files with 158 additions and 31 deletions
@@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <file_saver/file_saver_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
FileSaverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSaverPlugin"));
}
@@ -3,6 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
file_saver
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST