We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ce97 commit 42f868eCopy full SHA for 42f868e
app_widget_android/lib/src/app_widget_android_platform.dart
@@ -1,10 +1,10 @@
1
-import 'package:app_widget_android/app_widget_android.dart';
2
import 'package:app_widget_platform_interface/app_widget_platform_interface.dart';
3
4
class AppWidgetAndroid extends AppWidgetPlatform {
5
// this is use by flutter pluginRegistrant
6
// this will register with no callback
+ // no methodChannel are allowed since this are call before the app
7
static void registerWith() {
8
- AppWidgetPlatform.instance = AppWidgetAndroidPlugin();
+ AppWidgetPlatform.instance = AppWidgetAndroid();
9
}
10
0 commit comments