Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc03cf3e

Browse files
Merge pull request#895 from sfHariHaraSudhan/release_source_ex
Moved volume 02, 2025 release changes into master branch
2 parentse50fbcf +e681a2b commitc03cf3e

File tree

537 files changed

+90212
-24826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

537 files changed

+90212
-24826
lines changed
Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,59 @@
11
packageio.flutter.plugins;
22

3-
importio.flutter.plugin.common.PluginRegistry;
4-
importio.flutter.plugins.pathprovider.PathProviderPlugin;
5-
importio.flutter.plugins.urllauncher.UrlLauncherPlugin;
3+
importandroidx.annotation.Keep;
4+
importandroidx.annotation.NonNull;
5+
importio.flutter.Log;
6+
7+
importio.flutter.embedding.engine.FlutterEngine;
68

79
/**
810
* Generated file. Do not edit.
11+
* This file is generated by the Flutter tool based on the
12+
* plugins that support the Android platform.
913
*/
14+
@Keep
1015
publicfinalclassGeneratedPluginRegistrant {
11-
publicstaticvoidregisterWith(PluginRegistryregistry) {
12-
if (alreadyRegisteredWith(registry)) {
13-
return;
16+
privatestaticfinalStringTAG ="GeneratedPluginRegistrant";
17+
publicstaticvoidregisterWith(@NonNullFlutterEngineflutterEngine) {
18+
try {
19+
flutterEngine.getPlugins().add(newdev.fluttercommunity.plus.device_info.DeviceInfoPlusPlugin());
20+
}catch (Exceptione) {
21+
Log.e(TAG,"Error registering plugin device_info_plus, dev.fluttercommunity.plus.device_info.DeviceInfoPlusPlugin",e);
1422
}
15-
PathProviderPlugin.registerWith(registry.registrarFor("io.flutter.plugins.pathprovider.PathProviderPlugin"));
16-
UrlLauncherPlugin.registerWith(registry.registrarFor("io.flutter.plugins.urllauncher.UrlLauncherPlugin"));
17-
}
18-
19-
privatestaticbooleanalreadyRegisteredWith(PluginRegistryregistry) {
20-
finalStringkey =GeneratedPluginRegistrant.class.getCanonicalName();
21-
if (registry.hasPlugin(key)) {
22-
returntrue;
23+
try {
24+
flutterEngine.getPlugins().add(newcom.mr.flutter.plugin.filepicker.FilePickerPlugin());
25+
}catch (Exceptione) {
26+
Log.e(TAG,"Error registering plugin file_picker, com.mr.flutter.plugin.filepicker.FilePickerPlugin",e);
27+
}
28+
try {
29+
flutterEngine.getPlugins().add(newio.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin());
30+
}catch (Exceptione) {
31+
Log.e(TAG,"Error registering plugin flutter_plugin_android_lifecycle, io.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin",e);
32+
}
33+
try {
34+
flutterEngine.getPlugins().add(newio.flutter.plugins.imagepicker.ImagePickerPlugin());
35+
}catch (Exceptione) {
36+
Log.e(TAG,"Error registering plugin image_picker_android, io.flutter.plugins.imagepicker.ImagePickerPlugin",e);
37+
}
38+
try {
39+
flutterEngine.getPlugins().add(newio.flutter.plugins.pathprovider.PathProviderPlugin());
40+
}catch (Exceptione) {
41+
Log.e(TAG,"Error registering plugin path_provider_android, io.flutter.plugins.pathprovider.PathProviderPlugin",e);
42+
}
43+
try {
44+
flutterEngine.getPlugins().add(newio.flutter.plugins.sharedpreferences.SharedPreferencesPlugin());
45+
}catch (Exceptione) {
46+
Log.e(TAG,"Error registering plugin shared_preferences_android, io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin",e);
47+
}
48+
try {
49+
flutterEngine.getPlugins().add(newcom.syncfusion.flutter.pdfviewer.SyncfusionFlutterPdfViewerPlugin());
50+
}catch (Exceptione) {
51+
Log.e(TAG,"Error registering plugin syncfusion_flutter_pdfviewer, com.syncfusion.flutter.pdfviewer.SyncfusionFlutterPdfViewerPlugin",e);
52+
}
53+
try {
54+
flutterEngine.getPlugins().add(newio.flutter.plugins.urllauncher.UrlLauncherPlugin());
55+
}catch (Exceptione) {
56+
Log.e(TAG,"Error registering plugin url_launcher_android, io.flutter.plugins.urllauncher.UrlLauncherPlugin",e);
2357
}
24-
registry.registrarFor(key);
25-
returnfalse;
2658
}
2759
}

‎android/local.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sdk.dir=C:\\Users\\AswiniSureshReddy\\AppData\\Local\\Android\\sdk
2-
flutter.sdk=C:\\flutter
1+
sdk.dir=C:\\Users\\HariharasudhanKanaga\\AppData\\Local\\Android\\Sdk
2+
flutter.sdk=D:\\Flutter-3.27.0\\flutter\\bin\\flutter
15.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp