Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/connectivity/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.8+6

* Update lower bound of dart dependency to 2.1.0.

## 0.4.8+5

* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity/connectivity/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/c
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.4.8+5
version: 0.4.8+6

flutter:
plugin:
Expand Down Expand Up @@ -37,5 +37,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6

* Update lower bound of dart dependency to 2.1.0.

## 1.0.5

* Remove dart:io Platform checks from the MethodChannel implementation. This is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the connectivity plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.5
version: 1.0.6

dependencies:
flutter:
Expand All @@ -17,5 +17,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/device_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2+4

Update lower bound of dart dependency to 2.1.0.

## 0.4.2+3

* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.4.2+3
version: 0.4.2+4

flutter:
plugin:
Expand All @@ -28,5 +28,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0<3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.27+2

* Update lower bound of dart dependency to 2.1.0.

## 0.5.27+1

* Remove endorsement of `web` platform, it's not ready yet.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
version: 0.5.27+1
version: 0.5.27+2

dependencies:
flutter:
Expand Down Expand Up @@ -30,5 +30,5 @@ flutter:
pluginClass: FLTGoogleMapsPlugin

environment:
sdk: ">=2.0.0-dev.47.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Update lower bound of dart dependency to 2.1.0.

## 1.0.1

* Initial open source release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the google_maps_flutter plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.1
version: 1.0.2

dependencies:
flutter:
Expand All @@ -19,5 +19,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4 <2.0.0"
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.4.6

* Update lower bound of dart dependency to 2.1.0.

## 4.4.5

* Fix requestScopes to allow subsequent calls on Android.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
version: 4.4.5
version: 4.4.6

flutter:
plugin:
Expand Down Expand Up @@ -37,5 +37,5 @@ dev_dependencies:
e2e: ^0.2.1

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

* Update lower bound of dart dependency to 2.1.0.

## 1.1.1

* Add attribute serverAuthCode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the google_sign_in plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.1.1
version: 1.1.2

dependencies:
flutter:
Expand All @@ -18,5 +18,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.6+2

* Update lower bound of dart dependency to 2.1.0.

## 0.6.6+1

* Android: always use URI to get image/video data.
Expand Down
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker
description: Flutter plugin for selecting images from the Android and iOS image
library, and taking new pictures with the camera.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
version: 0.6.6+1
version: 0.6.6+2

flutter:
plugin:
Expand All @@ -27,5 +27,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Update lower bound of dart dependency to 2.1.0.

## 1.0.0

* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the image_picker plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.0
version: 1.0.1

dependencies:
flutter:
Expand All @@ -18,5 +18,5 @@ dev_dependencies:
pedantic: ^1.8.0+1

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
4 changes: 4 additions & 0 deletions packages/local_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2+2

* Update lower bound of dart dependency to 2.1.0.

## 0.6.2+1

* Fix CocoaPods podspec lint warnings.
Expand Down
4 changes: 2 additions & 2 deletions packages/local_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: local_auth
description: Flutter plugin for Android and iOS device authentication sensors
such as Fingerprint Reader and Touch ID.
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
version: 0.6.2+1
version: 0.6.2+2

flutter:
plugin:
Expand Down Expand Up @@ -30,5 +30,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/package_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+18

* Update lower bound of dart dependency to 2.1.0.

## 0.4.0+17

* Bump the minimum Flutter version to 1.12.13+hotfix.5.
Expand Down
4 changes: 2 additions & 2 deletions packages/package_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/package_info
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.4.0+17
version: 0.4.0+18

flutter:
plugin:
Expand All @@ -30,5 +30,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.8

* Update lower bound of dart dependency to 2.1.0.

## 1.6.7

* Remove Android dependencies fallback.
Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: path_provider
description: Flutter plugin for getting commonly used locations on the Android &
iOS file systems, such as the temp and app data directories.
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
version: 1.6.7
version: 1.6.8

flutter:
plugin:
Expand Down Expand Up @@ -35,5 +35,5 @@ dev_dependencies:
plugin_platform_interface: ^1.0.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Update lower bound of dart dependency to 2.1.0.

## 1.0.1

* Rename enum to StorageDirectory for backwards compatibility.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the path_provider plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.1
version: 1.0.2

dependencies:
flutter:
Expand All @@ -19,5 +19,5 @@ dev_dependencies:
test: any

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
4 changes: 4 additions & 0 deletions packages/quick_actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+5

* Update lower bound of dart dependency to 2.1.0.

## 0.4.0+4

* Bump the minimum Flutter version to 1.12.13+hotfix.5.
Expand Down
4 changes: 2 additions & 2 deletions packages/quick_actions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: quick_actions
description: Flutter plugin for creating shortcuts on home screen, also known as
Quick Actions on iOS and App Shortcuts on Android.
homepage: https://github.com/flutter/plugins/tree/master/packages/quick_actions
version: 0.4.0+4
version: 0.4.0+5

flutter:
plugin:
Expand All @@ -27,5 +27,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/sensors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2+1

* Update lower bound of dart dependency to 2.1.0.

## 0.4.2

* Remove Android dependencies fallback.
Expand Down
4 changes: 2 additions & 2 deletions packages/sensors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/sensors
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.4.2
version: 0.4.2+1

flutter:
plugin:
Expand All @@ -29,5 +29,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0<3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.4+2

* Update lower bound of dart dependency to 2.1.0.

## 0.6.4+1

* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
Expand Down
4 changes: 2 additions & 2 deletions packages/share/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/share
# 0.6.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.6.4+1
version: 0.6.4+2

flutter:
plugin:
Expand All @@ -30,5 +30,5 @@ dev_dependencies:
pedantic: ^1.8.0

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
4 changes: 4 additions & 0 deletions packages/shared_preferences/shared_preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.7+2

* Update lower bound of dart dependency to 2.1.0.

## 0.5.7+1

* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
Expand Down
Loading