add headers & package name costumization

This commit is contained in:
2025-10-23 10:13:25 +07:00
parent eb2f82cc91
commit f303c90702
17 changed files with 862 additions and 7 deletions

View File

@@ -50,6 +50,11 @@ public final class GeneratedPluginRegistrant {
} catch (Exception e) {
Log.e(TAG, "Error registering plugin native_device_orientation, com.github.rmtmckenzie.native_device_orientation.NativeDeviceOrientationPlugin", e);
}
try {
flutterEngine.getPlugins().add(new dev.fluttercommunity.plus.packageinfo.PackageInfoPlugin());
} catch (Exception e) {
Log.e(TAG, "Error registering plugin package_info_plus, dev.fluttercommunity.plus.packageinfo.PackageInfoPlugin", e);
}
try {
flutterEngine.getPlugins().add(new io.flutter.plugins.pathprovider.PathProviderPlugin());
} catch (Exception e) {

View File

@@ -1,2 +1,2 @@
sdk.dir=/Users/bijoy/Library/Android/sdk
flutter.sdk=/Users/bijoy/development/flutter
sdk.dir=C:\\Users\\aryar\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\Users\\aryar\\fvm\\versions\\3.32.6