Skip to content

Commit 7a2731a

Browse files
committed
sth
1 parent d593a9f commit 7a2731a

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package io.flutter.plugins;
22

3-
import com.flutter_webview_plugin.FlutterWebviewPlugin;
4-
53
import io.flutter.plugin.common.PluginRegistry;
64
import io.flutter.plugins.connectivity.ConnectivityPlugin;
5+
import com.flutter_webview_plugin.FlutterWebviewPlugin;
6+
import io.github.ponnamkarthik.toast.fluttertoast.FluttertoastPlugin;
77
import io.flutter.plugins.pathprovider.PathProviderPlugin;
88
import io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin;
9-
import io.github.ponnamkarthik.toast.fluttertoast.FluttertoastPlugin;
109

1110
/**
1211
* Generated file. Do not edit.

android/local.properties

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
## This file must *NOT* be checked into Version Control Systems,
2-
# as it contains information specific to your local configuration.
3-
#
4-
# Location of the SDK. This is only used by Gradle.
5-
# For customization when using a Version Control System, please read the
6-
# header note.
7-
#Thu Dec 27 22:05:55 CST 2018
81
flutter.buildMode=debug
92
ndk.dir=/Users/huangcanhua/Library/Android/sdk/ndk-bundle
103
flutter.versionName=1.0.0
11-
flutter.sdk=/Users/huangcanhua/flutter
12-
sdk.dir=/Users/huangcanhua/Library/Android/sdk
13-
flutter.versionCode=1
4+
flutter.sdk=D:\\Fultter\\flutter
5+
sdk.dir=C:\\androidsdk\\sdk
6+
flutter.versionCode=1

0 commit comments

Comments
 (0)