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 10:33:13 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9154523672ff2241ae8b155db4f4fe307125eb13
91545236
1 parent
658b17bf
depend on flutter_lints instead of lint
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
analysis_options.yaml
pubspec.yaml
analysis_options.yaml
View file @
9154523
1
-
include
:
package:
lint/analysis_options_package
.yaml
1
+
include
:
package:
flutter_lints/flutter
.yaml
2
2
3
linter
:
3
linter
:
4
rules
:
4
rules
:
pubspec.yaml
View file @
9154523
@@ -17,7 +17,7 @@ dependencies:
@@ -17,7 +17,7 @@ dependencies:
17
dev_dependencies
:
17
dev_dependencies
:
18
flutter_test
:
18
flutter_test
:
19
sdk
:
flutter
19
sdk
:
flutter
20
-
lint
:
"
>=1.10.0
<3.0.0"
20
+
flutter_lints
:
^2.0.3
21
21
22
flutter
:
22
flutter
:
23
plugin
:
23
plugin
:
Please
register
or
login
to post a comment