Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
571039f6
Unverified
Commit
571039f6
authored
Oct 18, 2023
by
Michael Goderbauer
Committed by
GitHub
Oct 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump flutter_lints to 3.0 (#136841)
Follow-up to
https://github.com/flutter/packages/pull/5177
parent
24922425
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
pubspec.yaml.tmpl
packages/flutter_tools/templates/app/pubspec.yaml.tmpl
+2
-2
pubspec.yaml.tmpl
...s/flutter_tools/templates/module/common/pubspec.yaml.tmpl
+1
-1
pubspec.yaml.tmpl
packages/flutter_tools/templates/package/pubspec.yaml.tmpl
+1
-1
pubspec.yaml.tmpl
...ges/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl
+1
-1
pubspec.yaml.tmpl
...s/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl
+1
-1
pubspec.yaml.tmpl
packages/flutter_tools/templates/skeleton/pubspec.yaml.tmpl
+1
-1
to_analyze.dart.test
...s/test/commands.shard/permeable/data/to_analyze.dart.test
+1
-1
No files found.
packages/flutter_tools/templates/app/pubspec.yaml.tmpl
View file @
571039f6
...
@@ -14,7 +14,7 @@ dependencies:
...
@@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
dev_dependencies:
flutter_test:
flutter_test:
sdk: flutter
sdk: flutter
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
flutter:
flutter:
uses-material-design: true
uses-material-design: true
...
@@ -80,7 +80,7 @@ dev_dependencies:
...
@@ -80,7 +80,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
# rules and activating additional ones.
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
# For information on the generic Dart part of this file, see the
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# following page: https://dart.dev/tools/pub/pubspec
...
...
packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl
View file @
571039f6
...
@@ -31,7 +31,7 @@ dependencies:
...
@@ -31,7 +31,7 @@ dependencies:
dev_dependencies:
dev_dependencies:
flutter_test:
flutter_test:
sdk: flutter
sdk: flutter
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
# For information on the generic Dart part of this file, see the
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# following page: https://dart.dev/tools/pub/pubspec
...
...
packages/flutter_tools/templates/package/pubspec.yaml.tmpl
View file @
571039f6
...
@@ -14,7 +14,7 @@ dependencies:
...
@@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
dev_dependencies:
flutter_test:
flutter_test:
sdk: flutter
sdk: flutter
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
# For information on the generic Dart part of this file, see the
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# following page: https://dart.dev/tools/pub/pubspec
...
...
packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl
View file @
571039f6
...
@@ -15,5 +15,5 @@ dependencies:
...
@@ -15,5 +15,5 @@ dependencies:
dev_dependencies:
dev_dependencies:
ffi: ^2.0.2
ffi: ^2.0.2
ffigen: ^9.0.0
ffigen: ^9.0.0
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
test: ^1.21.0
test: ^1.21.0
packages/flutter_tools/templates/plugin_shared/pubspec.yaml.tmpl
View file @
571039f6
...
@@ -23,7 +23,7 @@ dev_dependencies:
...
@@ -23,7 +23,7 @@ dev_dependencies:
{{/withFfi}}
{{/withFfi}}
flutter_test:
flutter_test:
sdk: flutter
sdk: flutter
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
# For information on the generic Dart part of this file, see the
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# following page: https://dart.dev/tools/pub/pubspec
...
...
packages/flutter_tools/templates/skeleton/pubspec.yaml.tmpl
View file @
571039f6
...
@@ -19,7 +19,7 @@ dev_dependencies:
...
@@ -19,7 +19,7 @@ dev_dependencies:
flutter_test:
flutter_test:
sdk: flutter
sdk: flutter
flutter_lints: ^
2
.0.0
flutter_lints: ^
3
.0.0
flutter:
flutter:
uses-material-design: true
uses-material-design: true
...
...
packages/flutter_tools/test/commands.shard/permeable/data/to_analyze.dart.test
View file @
571039f6
...
@@ -17,7 +17,7 @@ class NoConstructor extends StatelessWidget {
...
@@ -17,7 +17,7 @@ class NoConstructor extends StatelessWidget {
class
NoConstConstructor
extends
StatelessWidget
{
class
NoConstConstructor
extends
StatelessWidget
{
// LINT: Missing const constructor generates prefer_const_constructors_in_immutables warning.
// LINT: Missing const constructor generates prefer_const_constructors_in_immutables warning.
NoConstConstructor
({
Key
?
key
,
required
this
.
name
})
:
super
(
key
:
key
);
NoConstConstructor
({
super
.
key
,
required
this
.
name
}
);
final
String
name
;
final
String
name
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment