feat: Initialize Flutter project with core dependencies, asset structure, and update to embedding v2.

This commit is contained in:
pradeepkumar
2026-02-22 21:48:04 +05:30
parent ac1917b640
commit 0f07a16132
24 changed files with 1863 additions and 20 deletions

View File

@@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
}

View File

@@ -3,6 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
flutter_secure_storage_windows
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST