Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Remove unused test dependencies add missing environment constraints #3239

Merged
merged 26 commits into from
Nov 3, 2020
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/android_alarm_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.5+17

* Update Dart SDK constraint in example.

## 0.4.5+16

* Remove unnecessary workaround from test.
Expand Down
4 changes: 4 additions & 0 deletions packages/android_alarm_manager/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ dev_dependencies:

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
2 changes: 1 addition & 1 deletion 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 Down
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

* Update Dart SDK constraint in example.

## 0.3.7+6

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 4 additions & 0 deletions packages/android_intent/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ dev_dependencies:
# The following section is specific to Flutter.
flutter:
uses-material-design: true

environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
2 changes: 1 addition & 1 deletion 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 Down
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

* Update Dart SDK constraint in example.

## 1.0.7

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 4 additions & 0 deletions packages/battery/battery/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ dev_dependencies:

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
2 changes: 1 addition & 1 deletion 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
5 changes: 5 additions & 0 deletions packages/connectivity/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

* Remove unused `test` dependency.
* Update Dart SDK constraint in example.

## 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
5 changes: 4 additions & 1 deletion packages/connectivity/connectivity/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
test: any
integration_test:
path: ../../../integration_test
pedantic: ^1.8.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
3 changes: 1 addition & 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 @@ -30,7 +30,6 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
test: any
integration_test:
path: ../../integration_test
mockito: ^4.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/connectivity/connectivity_for_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1+4

* Remove unused `test` dependency.

## 0.3.1+3

* Fix homepage in `pubspec.yaml`.
Expand Down
3 changes: 1 addition & 2 deletions packages/connectivity/connectivity_for_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: connectivity_for_web
description: An implementation for the web platform of the Flutter `connectivity` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
version: 0.3.1+3
version: 0.3.1+4
repository: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_for_web

flutter:
Expand All @@ -18,7 +18,6 @@ dependencies:
sdk: flutter

dev_dependencies:
test: any
flutter_driver:
sdk: flutter
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions packages/connectivity/connectivity_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.0+7

* Remove unused `test` dependency.
* Update Dart SDK constraint in example.

## 0.1.0+6

* Update license headers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
test: any
integration_test:
path: ../../../integration_test
pedantic: ^1.8.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
2 changes: 1 addition & 1 deletion 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 Down
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

* Update Dart SDK constraint in example.

## 0.4.2+9

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info/device_info/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import 'package:flutter/services.dart';
import 'package:device_info/device_info.dart';

void main() {
runZoned(() {
runZonedGuarded(() {
runApp(MyApp());
}, onError: (dynamic error, dynamic stack) {
}, (dynamic error, dynamic stack) {
print(error);
print(stack);
});
Expand Down
4 changes: 4 additions & 0 deletions packages/device_info/device_info/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ dev_dependencies:

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0<3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
2 changes: 1 addition & 1 deletion 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 Down
5 changes: 5 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,8 @@
## 1.0.6

* Update Dart SDK constraint in example.
* Remove unused `test` dependency in the example app.

## 1.0.5

Overhaul lifecycle management in GoogleMapsPlugin.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: google_maps_flutter_example
description: Demonstrates how to use the google_maps_flutter plugin.

environment:
sdk: ">=2.2.0 <3.0.0"
flutter: ">=1.22.0 <2.0.0"

dependencies:
flutter:
sdk: flutter
Expand All @@ -15,7 +19,6 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
test: ^1.6.0
integration_test:
path: ../../../integration_test
pedantic: ^1.8.0
Expand Down
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
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.3+4

* Update Dart SDK constraint in example.

## 0.6.3+3

* Update android compileSdkVersion to 29.
Expand Down
4 changes: 4 additions & 0 deletions packages/local_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ dev_dependencies:

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
2 changes: 1 addition & 1 deletion 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.3+3
version: 0.6.3+4

flutter:
plugin:
Expand Down
5 changes: 5 additions & 0 deletions packages/package_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.3+2

* Remove unused `test` dependency.
* Update Dart SDK constraint in example.

## 0.4.3+1

* Update android compileSdkVersion to 29.
Expand Down
5 changes: 4 additions & 1 deletion packages/package_info/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ dependencies:
dev_dependencies:
flutter_driver:
sdk: flutter
test: any
pedantic: ^1.8.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
3 changes: 1 addition & 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.3+1
version: 0.4.3+2

flutter:
plugin:
Expand All @@ -27,7 +27,6 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
test: any
integration_test:
path: ../integration_test
pedantic: ^1.8.0
Expand Down
5 changes: 5 additions & 0 deletions packages/path_provider/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.24

* Remove unused `test` dependency.
* Update Dart SDK constraint in example.

## 1.6.23

* Check in windows/ directory for example/
Expand Down
5 changes: 4 additions & 1 deletion packages/path_provider/path_provider/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ dev_dependencies:
path: ../../../integration_test
flutter_driver:
sdk: flutter
test: any
pedantic: ^1.8.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
3 changes: 1 addition & 2 deletions packages/path_provider/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: path_provider
description: Flutter plugin for getting commonly used locations on host platform 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.23
version: 1.6.24

flutter:
plugin:
Expand Down Expand Up @@ -33,7 +33,6 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
test: any
uuid: "^1.0.0"
pedantic: ^1.8.0
mockito: ^4.1.1
Expand Down
5 changes: 5 additions & 0 deletions packages/path_provider/path_provider_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.4+6

* Remove unused `test` dependency.
* Update Dart SDK constraint in example.

## 0.0.4+5

* Update license header.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ dev_dependencies:
path: ../../../integration_test
flutter_driver:
sdk: flutter
test: any
pedantic: ^1.8.0

flutter:
uses-material-design: true

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
2 changes: 1 addition & 1 deletion packages/path_provider/path_provider_macos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: macOS implementation of the path_provider plugin
# 0.0.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.0.4+5
version: 0.0.4+6
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos

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

* Remove unused `test` dependency.

## 1.0.3

* Increase upper range of `package:platform` constraint to allow 3.X versions.
Expand Down
Loading