Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
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
Navaron Bracke
2023-10-13 15:41:08 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ffe72a9d15700970ee2929b5f42987d7ade4de3f
ffe72a9d
1 parent
e94517f5
use package:lint for now
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
analysis_options.yaml
pubspec.yaml
analysis_options.yaml
View file @
ffe72a9
include
:
package:
flutter_lints/flutter
.yaml
include
:
package:
lint/analysis_options_package
.yaml
linter
:
rules
:
...
...
pubspec.yaml
View file @
ffe72a9
...
...
@@ -17,7 +17,8 @@ dependencies:
dev_dependencies
:
flutter_test
:
sdk
:
flutter
flutter_lints
:
^2.0.3
lint
:
"
>=1.10.0
<3.0.0"
#flutter_lints: ^2.0.3
flutter
:
plugin
:
...
...
Please
register
or
login
to post a comment