1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-29 15:51:47 +00:00

Analysis options uplift to 1.8 (#169)

This commit is contained in:
Brett Morgan
2019-11-22 11:12:35 +11:00
committed by GitHub
parent 28ec1b6f6c
commit 22f01ff4a6
47 changed files with 330 additions and 201 deletions

View File

@@ -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:

View File

@@ -101,7 +101,7 @@ packages:
name: shrine_images
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.1.2"
sky_engine:
dependency: transitive
description: flutter

View File

@@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.7.0
pedantic: ^1.8.0
flutter:
uses-material-design: true