mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Create analysis_defaults package (#1654)
* Create `analysis_defaults` package * Update analysis_defaults/pubspec.yaml Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> --------- Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
include: ../analysis_options.yaml
|
||||
include: package:analysis_defaults/flutter.yaml
|
||||
|
||||
@@ -36,16 +36,11 @@ dependencies:
|
||||
cupertino_icons: ^1.0.2
|
||||
|
||||
dev_dependencies:
|
||||
analysis_defaults:
|
||||
path: ../analysis_defaults
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^2.0.0
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user