File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
google_api_availability_android Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0+1
2
+
3
+ * Declares ` dartPluginClass ` in pubspec declaration.
4
+
1
5
## 1.0.0
2
6
3
7
* Extracts the Android platform implementation from the google_api_availability package.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: An Android implementation for the google_api_availability plugin.
3
3
repository : https://github.com/baseflow/flutter-google-api-availability/tree/main/google_api_availability_android
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 1.0.0
6
+ version : 1.0.0+1
7
7
8
8
flutter :
9
9
plugin :
@@ -12,6 +12,7 @@ flutter:
12
12
android :
13
13
package : com.baseflow.googleapiavailability
14
14
pluginClass : GoogleApiAvailabilityPlugin
15
+ dartPluginClass : GoogleApiAvailabilityAndroid
15
16
16
17
dependencies :
17
18
flutter :
You can’t perform that action at this time.
0 commit comments