Skip to content

Commit

Permalink
Analysis options uplift to 1.8 (flutter#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Nov 22, 2019
1 parent 28ec1b6 commit 22f01ff
Show file tree
Hide file tree
Showing 47 changed files with 329 additions and 200 deletions.
2 changes: 1 addition & 1 deletion animations/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.1.7.0.yaml
include: package:pedantic/analysis_options.1.8.0.yaml

analyzer:
strong-mode:
Expand Down
51 changes: 1 addition & 50 deletions animations/pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.10"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.2"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -43,20 +29,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.11"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
cupertino_icons:
dependency: "direct main"
description:
Expand All @@ -74,13 +46,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.4"
matcher:
dependency: transitive
description:
Expand All @@ -103,19 +68,12 @@ packages:
source: hosted
version: "1.6.4"
pedantic:
dependency: transitive
dependency: "direct dev"
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
quiver:
dependency: transitive
description:
Expand Down Expand Up @@ -184,12 +142,5 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
sdks:
dart: ">=2.5.0 <3.0.0"
3 changes: 3 additions & 0 deletions animations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.8.0

flutter:
uses-material-design: true
assets:
Expand Down
2 changes: 1 addition & 1 deletion chrome-os-best-practices/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.1.7.0.yaml
include: package:pedantic/analysis_options.1.8.0.yaml

analyzer:
strong-mode:
Expand Down
2 changes: 1 addition & 1 deletion chrome-os-best-practices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
cupertino_icons: ^0.1.2

dev_dependencies:
pedantic: ^1.8.0+1
flutter_test:
sdk: flutter
pedantic: ^1.8.0


flutter:
Expand Down
1 change: 1 addition & 0 deletions flutter_maps_firestore/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*

Expand Down
2 changes: 1 addition & 1 deletion flutter_maps_firestore/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.1.7.0.yaml
include: package:pedantic/analysis_options.1.8.0.yaml

analyzer:
strong-mode:
Expand Down
24 changes: 19 additions & 5 deletions flutter_maps_firestore/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.5+1"
version: "0.12.10+2"
collection:
dependency: transitive
description:
Expand All @@ -42,7 +42,14 @@ packages:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+5"
version: "0.4.2"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -59,14 +66,14 @@ packages:
name: google_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.17"
version: "0.5.21+12"
google_maps_webservice:
dependency: "direct main"
description:
name: google_maps_webservice
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.14"
version: "0.0.16"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -123,6 +130,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
quiver_hashcode:
dependency: transitive
description:
name: quiver_hashcode
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -186,4 +200,4 @@ packages:
version: "2.0.8"
sdks:
dart: ">=2.5.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
flutter: ">=1.9.1+hotfix.5 <2.0.0"
2 changes: 1 addition & 1 deletion flutter_maps_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.7.0
pedantic: ^1.8.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion isolate_example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:pedantic/analysis_options.1.7.0.yaml
include: package:pedantic/analysis_options.1.8.0.yaml

analyzer:
strong-mode:
Expand Down
2 changes: 1 addition & 1 deletion isolate_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.8.0+1
pedantic: ^1.8.0


flutter:
Expand Down
Loading

0 comments on commit 22f01ff

Please sign in to comment.