-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flutter 3.10, Dart 3 and updated DCM version (#13)
* Updated DCM version Removed lint rules deprecated in Dart 3 Added new linter rule from DCM * Plugin version bump * Updated changelog * Added missing space * PR remarks * Updated readme --------- Co-authored-by: piotr.mitkowski <[email protected]>
- Loading branch information
1 parent
f3df1cf
commit 106c16d
Showing
4 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: lint_quido | ||
version: 1.0.0 | ||
version: 1.10.0 | ||
description: Collection of Flutter lints that we use and follow in Miquido | ||
repository: https://github.com/miquido/lint_quido | ||
issue_tracker: https://github.com/miquido/lint_quido/issues | ||
homepage: https://github.com/miquido/lint_quido | ||
documentation: https://github.com/miquido/lint_quido | ||
|
||
environment: | ||
sdk: ">=2.19.2 <3.0.0" | ||
flutter: ">=3.7.7" | ||
sdk: ">=3.0.0 <4.0.0" | ||
flutter: ">=3.10.0" | ||
|
||
dependencies: | ||
dart_code_metrics: ^5.6.0 | ||
dart_code_metrics: ^5.7.3 | ||
|
||
flutter: | ||
sdk: flutter |