mirror of
https://github.com/flutter/samples.git
synced 2026-04-08 04:34:33 +00:00
Add Linting tool starter project (#840)
This commit is contained in:
committed by
GitHub
parent
89d2849019
commit
8573269c03
21
experimental/linting_tool/pubspec.yaml
Normal file
21
experimental/linting_tool/pubspec.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: linting_tool
|
||||
description: A new Flutter project.
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^1.0.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^1.0.3
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user