1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Add flutter_lints to form_app (#822)

This commit is contained in:
Brett Morgan
2021-06-08 08:57:23 +10:00
committed by GitHub
parent fc1fe989fb
commit 12ba3b2245
23 changed files with 225 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
name: form_app
description: A sample demonstrating different types of forms and best practices
publish_to: 'none'
publish_to: "none"
version: 1.0.0+1
environment:
@@ -21,5 +21,7 @@ dev_dependencies:
sdk: flutter
json_serializable: ^3.0.0
build_runner: ^1.10.0
flutter_lints: ^1.0.0
flutter:
uses-material-design: true