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

15 files changed

Lines changed: 35 additions & 76 deletions

File tree

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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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"

0 commit comments

Comments
 (0)