1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-13 10:27:09 +00:00

Add analysis_options, re-format, add commas. (#101)

This commit is contained in:
Brett Morgan
2019-07-03 08:08:35 +10:00
committed by GitHub
parent 45e4a228f5
commit 4f72ab1776
8 changed files with 94 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ description: A new Flutter application.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.3.0-dev <3.0.0"
dependencies:
flutter:
@@ -23,6 +23,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
pedantic: 1.5.0
dev_dependencies:
flutter_test: