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 972773c commit 3d32817Copy full SHA for 3d32817
android/app/src/main/java/com/weilu/deer/MyApp.java
@@ -1,15 +1,14 @@
1
package com.weilu.deer;
2
3
-import android.content.Context;
+import android.app.Application;
4
5
-import io.flutter.app.FlutterApplication;
6
7
/**
8
* @Description:
9
* @Author: weilu
10
* @Time: 2019/8/5 0005 17:08.
11
*/
12
-public class MyApp extends FlutterApplication {
+public class MyApp extends Application {
13
14
@Override
15
public void onCreate() {
0 commit comments