mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 04:17:50 +00:00
Analysis options uplift to 1.8 (#169)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -194,10 +194,10 @@ abstract class Styles {
|
||||
// While handy, some of the Font Awesome icons sometimes bleed over their
|
||||
// allotted bounds. This padding is used to adjust for that.
|
||||
static const seasonIconPadding = {
|
||||
Season.winter: const EdgeInsets.only(right: 0),
|
||||
Season.spring: const EdgeInsets.only(right: 4),
|
||||
Season.summer: const EdgeInsets.only(right: 6),
|
||||
Season.autumn: const EdgeInsets.only(right: 0),
|
||||
Season.winter: EdgeInsets.only(right: 0),
|
||||
Season.spring: EdgeInsets.only(right: 4),
|
||||
Season.summer: EdgeInsets.only(right: 6),
|
||||
Season.autumn: EdgeInsets.only(right: 0),
|
||||
};
|
||||
|
||||
static const seasonIconData = {
|
||||
|
||||
@@ -7,7 +7,7 @@ packages:
|
||||
name: archive
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.10"
|
||||
version: "2.0.11"
|
||||
args:
|
||||
dependency: transitive
|
||||
description:
|
||||
@@ -56,7 +56,7 @@ packages:
|
||||
name: crypto
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.2"
|
||||
version: "2.1.3"
|
||||
cupertino_icons:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
@@ -75,7 +75,7 @@ packages:
|
||||
name: flutter_launcher_icons
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.7.2+1"
|
||||
version: "0.7.4"
|
||||
flutter_test:
|
||||
dependency: "direct dev"
|
||||
description: flutter
|
||||
@@ -94,7 +94,7 @@ packages:
|
||||
name: image
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.4"
|
||||
version: "2.1.9"
|
||||
intl:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
@@ -157,7 +157,7 @@ packages:
|
||||
name: shared_preferences
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.5.3+4"
|
||||
version: "0.5.4+5"
|
||||
sky_engine:
|
||||
dependency: transitive
|
||||
description: flutter
|
||||
@@ -232,7 +232,7 @@ packages:
|
||||
name: yaml
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.16"
|
||||
version: "2.2.0"
|
||||
sdks:
|
||||
dart: ">=2.5.0 <3.0.0"
|
||||
flutter: ">=1.5.0 <2.0.0"
|
||||
flutter: ">=1.6.7 <2.0.0"
|
||||
|
||||
@@ -19,8 +19,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
pedantic: ^1.7.0
|
||||
pedantic: ^1.8.0
|
||||
flutter_launcher_icons: ^0.7.2+1
|
||||
|
||||
flutter:
|
||||
|
||||
Reference in New Issue
Block a user