Skip to content

Commit

Permalink
Add new lints for flutter 3.3.4 and metrics 4.20.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkastel authored Oct 10, 2022
1 parent 9935542 commit cadb438
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.4

* Lints from dart_metrics version 4.20.0
* Lints for Flutter 3.3.4

## 0.3.3

* Lints from dart_metrics version 4.19.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We tested current configuration with this environment:
```yaml
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ^3.3.3
flutter: ^3.3.4
```
so it is required to update your flutter project to meet this conditions.
Expand All @@ -43,7 +43,7 @@ dev_dependencies:

or

you can copy content of [this file](lib/miquido_lints.yaml) to your `analysis_options.yaml`. In this approach remember that you need to depend on `dart_code_metrics: 4.19.1`, and you will need to add that package to your `pubspec.yaml` as well. Also you will need to visit this repository from time to time to check for changes!
you can copy content of [this file](lib/miquido_lints.yaml) to your `analysis_options.yaml`. In this approach remember that you need to depend on `dart_code_metrics: 4.20.0`, and you will need to add that package to your `pubspec.yaml` as well. Also you will need to visit this repository from time to time to check for changes!

Also if you star this repo, that would be nice.

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: miquido_flutter_lints
description: Collection of Flutter lints that we use and follow in Miquido
version: 0.3.3
version: 0.3.4
homepage: https://www.miquido.com

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ^3.3.3
flutter: ^3.3.4

dependencies:
dart_code_metrics: ^4.19.1
dart_code_metrics: ^4.20.0

flutter:
sdk: flutter
Expand Down

0 comments on commit cadb438

Please sign in to comment.