Skip to content

Commit 2206053

Browse files
committed
Revert "Update all pubspecs to work with the latest version of pub and Flutter (flutter#2382)"
This reverts commit fd5832b.
1 parent c2778bb commit 2206053

File tree

15 files changed

+35
-76
lines changed

15 files changed

+35
-76
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
## 4.0.15
82

93
* Export SignInOption from interface since it is used in the frontend as a type.
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: google_sign_in
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
45
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
67

78
flutter:
89
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
1513

1614
dependencies:
1715
google_sign_in_platform_interface: ^1.0.0
@@ -26,4 +24,4 @@ dev_dependencies:
2624

2725
environment:
2826
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"

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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-
61
## 0.8.1+1
72

83
* Add missing documentation.

packages/google_sign_in/google_sign_in_web/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: google_sign_in_web
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android, iOS and Web.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
45
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
67

78
flutter:
89
plugin:
@@ -27,4 +28,4 @@ dev_dependencies:
2728

2829
environment:
2930
sdk: ">=2.6.0 <3.0.0"
30-
flutter: ">=1.10.0 <2.0.0"
31+
flutter: ">=1.5.0 <2.0.0"

packages/shared_preferences/shared_preferences/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
## 0.5.4+8
82

93
* Switch `package:shared_preferences` to `package:shared_preferences_platform_interface`.

packages/shared_preferences/shared_preferences/pubspec.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: shared_preferences
22
description: Flutter plugin for reading and writing simple key-value pairs.
33
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
4+
author: Flutter Team <flutter-dev@googlegroups.com>
45
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
67

78
flutter:
89
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
1513

1614
dependencies:
1715
meta: ^1.0.4
@@ -29,4 +27,4 @@ dev_dependencies:
2927

3028
environment:
3129
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"

packages/shared_preferences/shared_preferences_platform_interface/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 1.0.1
2-
3-
* Remove the deprecated `author:` field from pubspec.yaml
4-
51
## 1.0.0
62

73
* Initial release. Contains the interface and an implementation based on

packages/shared_preferences/shared_preferences_platform_interface/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: shared_preferences_platform_interface
22
description: A common platform interface for the shared_preferences plugin.
3+
author: Flutter Team <flutter-dev@googlegroups.com>
34
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
56

67
dependencies:
78
meta: ^1.0.4
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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-
61
# 0.1.0
72

83
- Initial release.

packages/shared_preferences/shared_preferences_web/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: shared_preferences_web
22
description: Web platform implementation of shared_preferences
3+
author: Flutter Team <flutter-dev@googlegroups.com>
34
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
56

67
flutter:
78
plugin:
@@ -24,4 +25,4 @@ dev_dependencies:
2425

2526
environment:
2627
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"

packages/video_player/video_player/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
## 0.10.4+1
82

93
* Fix pedantic lints. This fixes some potential race conditions in cases where
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: video_player
22
description: Flutter plugin for displaying inline video with other Flutter
33
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
56
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
67

78
flutter:
89
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
1513

1614
dependencies:
1715
meta: "^1.0.5"
@@ -26,4 +24,4 @@ dev_dependencies:
2624

2725
environment:
2826
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"
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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-
61
## 0.1.0
72

83
* Initial release

packages/video_player/video_player_web/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: video_player_web
22
description: Web platform implementation of video_player
3+
author: Flutter Team <flutter-dev@googlegroups.com>
34
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
56

67
flutter:
78
plugin:
@@ -26,4 +27,4 @@ dev_dependencies:
2627

2728
environment:
2829
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"

packages/webview_flutter/pubspec.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: webview_flutter
22
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>
45
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
56

67
environment:
78
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"
910

1011
dependencies:
1112
flutter:
@@ -19,9 +20,6 @@ dev_dependencies:
1920

2021
flutter:
2122
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

0 commit comments

Comments
 (0)