Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
49a1a6a
Remove upper constraints
mit-mit Oct 28, 2020
4b94ded
Fix path_provider
mit-mit Oct 30, 2020
2e83b5f
Update version and changelog
mit-mit Oct 30, 2020
b0ea900
Fix versions
mit-mit Oct 30, 2020
4211a62
Refert unintended change
mit-mit Oct 30, 2020
dd67140
Update packages/connectivity/connectivity_platform_interface/CHANGELO…
mit-mit Oct 30, 2020
53ec1a9
Update packages/connectivity/connectivity_platform_interface/pubspec.…
mit-mit Oct 30, 2020
b7eb95b
Update packages/device_info/device_info_platform_interface/pubspec.yaml
mit-mit Oct 30, 2020
7851c5f
Update packages/video_player/video_player_platform_interface/pubspec.…
mit-mit Oct 30, 2020
51bb598
Update packages/wifi_info_flutter/wifi_info_flutter/pubspec.yaml
mit-mit Oct 30, 2020
c9117e9
Update packages/wifi_info_flutter/wifi_info_flutter_platform_interfac…
mit-mit Oct 30, 2020
6f28b1e
Update packages/wifi_info_flutter/wifi_info_flutter_platform_interfac…
mit-mit Oct 30, 2020
61d4bea
Update packages/wifi_info_flutter/wifi_info_flutter/CHANGELOG.md
mit-mit Oct 30, 2020
792492c
Update packages/file_selector/file_selector_platform_interface/CHANGE…
mit-mit Oct 30, 2020
bae4cd1
Update packages/device_info/device_info_platform_interface/CHANGELOG.md
mit-mit Oct 30, 2020
86df064
Update pubspec.yaml
mit-mit Oct 31, 2020
a8d4da4
Update packages/flutter_plugin_android_lifecycle/pubspec.yaml
mit-mit Oct 31, 2020
8ec81d4
Update packages/flutter_plugin_android_lifecycle/CHANGELOG.md
mit-mit Oct 31, 2020
e091b68
Update packages/google_maps_flutter/google_maps_flutter_platform_inte…
mit-mit Oct 31, 2020
2ab0943
Apply suggestions from code review
mit-mit Oct 31, 2020
75975ac
Merge branch 'master' into upconst2
mit-mit Oct 31, 2020
b254fcf
Update pubspec.yaml
mit-mit Oct 31, 2020
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/android_alarm_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.5+17

* Remove unused Flutter upper SDK constraint.

## 0.4.5+16

* Remove unnecessary workaround from test.
Expand Down
4 changes: 2 additions & 2 deletions packages/android_alarm_manager/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Flutter plugin for accessing the Android AlarmManager service, and
# 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.5+16
version: 0.4.5+17
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager

dependencies:
Expand All @@ -25,4 +25,4 @@ flutter:

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

* Remove unused Flutter upper SDK constraint.

## 0.3.7+6

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 2 additions & 2 deletions packages/android_intent/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
# 0.3.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.3.7+6
version: 0.3.7+7

flutter:
plugin:
Expand All @@ -27,4 +27,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 1.0.7

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 2 additions & 2 deletions packages/battery/battery/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: battery
description: Flutter plugin for accessing information about the battery state
(full, charging, discharging) on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/battery/battery
version: 1.0.7
version: 1.0.8

flutter:
plugin:
Expand Down Expand Up @@ -32,4 +32,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 1.0.0

- Initial open-source release.
4 changes: 2 additions & 2 deletions packages/battery/battery_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the battery plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/battery
# 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 @@ -19,4 +19,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 0.5.8+13

* Added Dartdocs for all public APIs.
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ flutter:

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4 <2.0.0"
flutter: ">=1.9.1+hotfix.4"
4 changes: 2 additions & 2 deletions packages/camera/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camera
description: A Flutter plugin for getting information about and controlling the
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
and streaming image buffers to dart.
version: 0.5.8+13
version: 0.5.8+14

homepage: https://github.com/flutter/plugins/tree/master/packages/camera

Expand Down Expand Up @@ -30,4 +30,4 @@ flutter:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
flutter: ">=1.12.13+hotfix.5"
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 @@
## 2.0.1

* Remove unused Flutter upper SDK constraint.

## 2.0.0

* [Breaking Change] The `getWifiName`, `getWifiBSSID` and `getWifiIP` are removed to [wifi_info_flutter](https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter)
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 @@ -2,7 +2,7 @@ name: connectivity
description: Flutter plugin for discovering the state of the network (WiFi &
mobile/cellular) connectivity on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
version: 2.0.0
version: 2.0.1

flutter:
plugin:
Expand Down Expand Up @@ -39,4 +39,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 0.1.0+6

* Update license headers.
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity/connectivity_macos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: macOS implementation of the connectivity plugin.
# 0.1.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.1.0+6
version: 0.1.0+7
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos

flutter:
Expand All @@ -14,7 +14,7 @@ flutter:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: ">=1.10.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.7

* Remove unused Flutter upper SDK constraint.

## 1.0.6

* Update lower bound of dart dependency to 2.1.0.
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.6
version: 1.0.7

dependencies:
flutter:
Expand All @@ -18,4 +18,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 0.4.2+9

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info/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+9
version: 0.4.2+10

flutter:
plugin:
Expand All @@ -29,4 +29,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 1.0.1

- Documentation typo fixed.
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 device_info plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
# 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,4 +19,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 0.0.1+7

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 2 additions & 2 deletions packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: espresso
description: Java classes for testing Flutter apps using Espresso.
version: 0.0.1+7
version: 0.0.1+8
homepage: https://github.com/flutter/plugins/espresso

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: ">=1.10.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Remove unused Flutter upper SDK constraint.

## 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 file_selector plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_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 @@ -21,4 +21,4 @@ dev_dependencies:

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

* Remove unused Flutter upper SDK constraint.

## 1.0.11

* Keep handling deprecated Android v1 classes for backward compatibility.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_plugin_android_lifecycle/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_plugin_android_lifecycle
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
version: 1.0.11
version: 1.0.12
homepage: https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13 <2.0.0"
flutter: ">=1.12.13"

dependencies:
flutter:
Expand Down
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 @@
## 1.0.6

* Remove unused Flutter upper SDK constraint.

## 1.0.5

Overhaul lifecycle management in GoogleMapsPlugin.
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: 1.0.5
version: 1.0.6

dependencies:
flutter:
Expand Down Expand Up @@ -33,4 +33,4 @@ flutter:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.22.0 <2.0.0"
flutter: ">=1.22.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.5

* Remove unused Flutter upper SDK constraint.

## 1.0.4

* Add a `dispose` method to the interface, so implementations may cleanup resources acquired on `init`.
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.4
version: 1.0.5

dependencies:
flutter:
Expand All @@ -20,4 +20,4 @@ dev_dependencies:

environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4 <2.0.0"
flutter: ">=1.9.1+hotfix.4"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+7

* Remove unused Flutter upper SDK constraint.

## 0.1.0+6

* Ensure a single `InfoWindow` is shown at a time. [Issue](https://github.com/flutter/flutter/issues/67380).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: google_maps_flutter_web
description: Web platform implementation of google_maps_flutter
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
version: 0.1.0+6
version: 0.1.0+7

flutter:
plugin:
Expand Down Expand Up @@ -32,4 +32,4 @@ dev_dependencies:

environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: ">=1.10.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Remove unused Flutter upper SDK constraint.

## 1.0.1

* Update android compileSdkVersion to 29.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ flutter:

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4"

publish_to: none
Loading