File tree Expand file tree Collapse file tree 15 files changed +35
-76
lines changed
shared_preferences_platform_interface Expand file tree Collapse file tree 15 files changed +35
-76
lines changed Original file line number Diff line number Diff line change 1
- ## 4.0.16
2
-
3
- * Remove the deprecated ` author: ` field from pubspec.yaml
4
- * Migrate the plugin to the pubspec platforms manifest.
5
- * Require Flutter SDK 1.10.0 or greater.
6
-
7
1
## 4.0.15
8
2
9
3
* Export SignInOption from interface since it is used in the frontend as a type.
Original file line number Diff line number Diff line change 1
1
name : google_sign_in
2
2
description : Flutter plugin for Google Sign-In, a secure authentication system
3
3
for signing in with a Google account on Android and iOS.
4
+ author : Flutter Team <flutter-dev@googlegroups.com>
4
5
homepage : https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
5
- version : 4.0.16
6
+ version : 4.0.15
6
7
7
8
flutter :
8
9
plugin :
9
- platforms :
10
- android :
11
- package : io.flutter.plugins.googlesignin
12
- pluginClass : GoogleSignInPlugin
13
- ios :
14
- pluginClass : FLTGoogleSignInPlugin
10
+ androidPackage : io.flutter.plugins.googlesignin
11
+ iosPrefix : FLT
12
+ pluginClass : GoogleSignInPlugin
15
13
16
14
dependencies :
17
15
google_sign_in_platform_interface : ^1.0.0
@@ -26,4 +24,4 @@ dev_dependencies:
26
24
27
25
environment :
28
26
sdk : " >=2.0.0-dev.28.0 <3.0.0"
29
- flutter : " >=1.10 .0 <2.0.0"
27
+ flutter : " >=1.5 .0 <2.0.0"
Original file line number Diff line number Diff line change 1
- ## 0.8.1+2
2
-
3
- * Remove the deprecated ` author: ` field from pubspec.yaml
4
- * Require Flutter SDK 1.10.0 or greater.
5
-
6
1
## 0.8.1+1
7
2
8
3
* Add missing documentation.
Original file line number Diff line number Diff line change 1
1
name : google_sign_in_web
2
2
description : Flutter plugin for Google Sign-In, a secure authentication system
3
3
for signing in with a Google account on Android, iOS and Web.
4
+ author : Flutter Team <flutter-dev@googlegroups.com>
4
5
homepage : https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
5
- version : 0.8.1+2
6
+ version : 0.8.1+1
6
7
7
8
flutter :
8
9
plugin :
@@ -27,4 +28,4 @@ dev_dependencies:
27
28
28
29
environment :
29
30
sdk : " >=2.6.0 <3.0.0"
30
- flutter : " >=1.10 .0 <2.0.0"
31
+ flutter : " >=1.5 .0 <2.0.0"
Original file line number Diff line number Diff line change 1
- ## 0.5.4+9
2
-
3
- * Remove the deprecated ` author: ` field from pubspec.yaml
4
- * Migrate the plugin to the pubspec platforms manifest.
5
- * Require Flutter SDK 1.10.0 or greater.
6
-
7
1
## 0.5.4+8
8
2
9
3
* Switch ` package:shared_preferences ` to ` package:shared_preferences_platform_interface ` .
Original file line number Diff line number Diff line change 1
1
name : shared_preferences
2
2
description : Flutter plugin for reading and writing simple key-value pairs.
3
3
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
4
+ author : Flutter Team <flutter-dev@googlegroups.com>
4
5
homepage : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences
5
- version : 0.5.4+9
6
+ version : 0.5.4+8
6
7
7
8
flutter :
8
9
plugin :
9
- platforms :
10
- android :
11
- package : io.flutter.plugins.sharedpreferences
12
- pluginClass : SharedPreferencesPlugin
13
- ios :
14
- pluginClass : FLTSharedPreferencesPlugin
10
+ androidPackage : io.flutter.plugins.sharedpreferences
11
+ iosPrefix : FLT
12
+ pluginClass : SharedPreferencesPlugin
15
13
16
14
dependencies :
17
15
meta : ^1.0.4
@@ -29,4 +27,4 @@ dev_dependencies:
29
27
30
28
environment :
31
29
sdk : " >=2.0.0-dev.28.0 <3.0.0"
32
- flutter : " >=1.10.0 <2.0.0"
30
+ flutter : " >=1.6.7 <2.0.0"
Original file line number Diff line number Diff line change 1
- ## 1.0.1
2
-
3
- * Remove the deprecated ` author: ` field from pubspec.yaml
4
-
5
1
## 1.0.0
6
2
7
3
* Initial release. Contains the interface and an implementation based on
Original file line number Diff line number Diff line change 1
1
name : shared_preferences_platform_interface
2
2
description : A common platform interface for the shared_preferences plugin.
3
+ author : Flutter Team <flutter-dev@googlegroups.com>
3
4
homepage : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_platform_interface
4
- version : 1.0.1
5
+ version : 1.0.0
5
6
6
7
dependencies :
7
8
meta : ^1.0.4
Original file line number Diff line number Diff line change 1
- # 0.1.0+1
2
-
3
- - Remove the deprecated ` author: ` field from pubspec.yaml
4
- - Require Flutter SDK 1.10.0 or greater.
5
-
6
1
# 0.1.0
7
2
8
3
- Initial release.
Original file line number Diff line number Diff line change 1
1
name : shared_preferences_web
2
2
description : Web platform implementation of shared_preferences
3
+ author : Flutter Team <flutter-dev@googlegroups.com>
3
4
homepage : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_web
4
- version : 0.1.0+1
5
+ version : 0.1.0
5
6
6
7
flutter :
7
8
plugin :
@@ -24,4 +25,4 @@ dev_dependencies:
24
25
25
26
environment :
26
27
sdk : " >=2.0.0-dev.28.0 <3.0.0"
27
- flutter : " >=1.10 .0 <2.0.0"
28
+ flutter : " >=1.5 .0 <2.0.0"
Original file line number Diff line number Diff line change 1
- ## 0.10.4+2
2
-
3
- * Remove the deprecated ` author: ` field form pubspec.yaml
4
- * Migrate the plugin to the pubspec platforms manifest.
5
- * Require Flutter SDK 1.10.0 or greater.
6
-
7
1
## 0.10.4+1
8
2
9
3
* Fix pedantic lints. This fixes some potential race conditions in cases where
Original file line number Diff line number Diff line change 1
1
name : video_player
2
2
description : Flutter plugin for displaying inline video with other Flutter
3
3
widgets on Android and iOS.
4
- version : 0.10.4+2
4
+ author : Flutter Team <flutter-dev@googlegroups.com>
5
+ version : 0.10.4+1
5
6
homepage : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
6
7
7
8
flutter :
8
9
plugin :
9
- platforms :
10
- android :
11
- package : io.flutter.plugins.videoplayer
12
- pluginClass : VideoPlayerPlugin
13
- ios :
14
- pluginClass : FLTVideoPlayerPlugin
10
+ androidPackage : io.flutter.plugins.videoplayer
11
+ iosPrefix : FLT
12
+ pluginClass : VideoPlayerPlugin
15
13
16
14
dependencies :
17
15
meta : " ^1.0.5"
@@ -26,4 +24,4 @@ dev_dependencies:
26
24
27
25
environment :
28
26
sdk : " >=2.0.0-dev.28.0 <3.0.0"
29
- flutter : " >=1.10.0 <2.0.0"
27
+ flutter : " >=1.9.1+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change 1
- ## 0.1.0+1
2
-
3
- * Remove the deprecated ` author: ` field from pubspec.yaml
4
- * Require Flutter SDK 1.10.0 or greater.
5
-
6
1
## 0.1.0
7
2
8
3
* Initial release
Original file line number Diff line number Diff line change 1
1
name : video_player_web
2
2
description : Web platform implementation of video_player
3
+ author : Flutter Team <flutter-dev@googlegroups.com>
3
4
homepage : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player_web
4
- version : 0.1.0+1
5
+ version : 0.1.0
5
6
6
7
flutter :
7
8
plugin :
@@ -26,4 +27,4 @@ dev_dependencies:
26
27
27
28
environment :
28
29
sdk : " >=2.0.0-dev.28.0 <3.0.0"
29
- flutter : " >=1.10 .0 <2.0.0"
30
+ flutter : " >=1.5 .0 <2.0.0"
Original file line number Diff line number Diff line change 1
1
name : webview_flutter
2
2
description : A Flutter plugin that provides a WebView widget on Android and iOS.
3
- version : 0.3.18
3
+ version : 0.3.17
4
+ author : Flutter Team <flutter-dev@googlegroups.com>
4
5
homepage : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
5
6
6
7
environment :
7
8
sdk : " >=2.0.0-dev.68.0 <3.0.0"
8
- flutter : " >=1.10.0 <2.0.0"
9
+ flutter : " >=1.9.1+hotfix.5 <2.0.0"
9
10
10
11
dependencies :
11
12
flutter :
@@ -19,9 +20,6 @@ dev_dependencies:
19
20
20
21
flutter :
21
22
plugin :
22
- platforms :
23
- android :
24
- package : io.flutter.plugins.webviewflutter
25
- pluginClass : WebViewFlutterPlugin
26
- ios :
27
- pluginClass : FLTWebViewFlutterPlugin
23
+ androidPackage : io.flutter.plugins.webviewflutter
24
+ iosPrefix : FLT
25
+ pluginClass : WebViewFlutterPlugin
You can’t perform that action at this time.
0 commit comments