Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2023-02-25 18:25:10 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c900d07d5859b08ee767f413a53019b33465787c
c900d07d
1 parent
7d6faf2e
update lint
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
analysis_options.yaml
example/pubspec.yaml
pubspec.yaml
analysis_options.yaml
View file @
c900d07
# Include option is buggy:
include
:
package:
lints/recommended
.yaml
include
:
package:
flutter_lints/flutter
.yaml
# In case the include issue gets fixed, lines below INCLUDE_FIX
# can be removed
...
...
example/pubspec.yaml
View file @
c900d07
...
...
@@ -38,6 +38,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
get_test
:
4.0.1
flutter_lints
:
^2.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
...
...
pubspec.yaml
View file @
c900d07
...
...
@@ -15,7 +15,7 @@ dependencies:
dev_dependencies
:
flutter_test
:
sdk
:
flutter
lints
:
^1
.0.1
flutter_lints
:
^2
.0.1
# For information on the generic Dart part of this file, see the
...
...
Please
register
or
login
to post a comment