1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-06 11:41:26 +00:00

Add flutter_lints to ios_app_clip (#824)

This commit is contained in:
Brett Morgan
2021-06-09 16:34:18 +10:00
committed by GitHub
parent b34cc5671a
commit 4633bb0406
5 changed files with 45 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
name: ios_app_clip
description: An example Flutter project that can build as an App Clip.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
@@ -13,10 +13,11 @@ dependencies:
sdk: flutter
cupertino_icons: ^1.0.0
device_info: '>=0.4.2+7 <2.0.0'
device_info: ">=0.4.2+7 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter: