Skip to content

Commit 6fc6397

Browse files
enedsetcy
andauthored
Flutter 3.0.0 lints (#384)
* fix: fix error overrides nothing * correct publish task * changelog & sdk constraints * replace pedantic with flutter_lints * attribution in changelog Co-authored-by: sunalwaysknows <86180691+sunalwaysknows@users.noreply.github.com>
1 parent 98dd52f commit 6fc6397

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# next
22

33
* Android: Remove jetifier from example
4-
* Restore compatibility with Flutter 3.0.0
4+
* Restore compatibility with Flutter 3.0.0, thank you @Cwiesen and @sunalwaysknows
5+
* Replaces `pedantic` checks with `flutter_lints`
56

67
# 0.5.0-dev.8
78

analysis_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:pedantic/analysis_options.yaml
1+
include: package:flutter_lints/flutter.yaml
22

33
linter:
44
rules:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ environment:
1010
flutter: ">=2.5.0"
1111

1212
dependencies:
13-
pedantic: ^1.11.0
1413
flutter:
1514
sdk: flutter
1615

@@ -21,6 +20,7 @@ dev_dependencies:
2120
get_it: ^6.1.1
2221
flutter_test:
2322
sdk: flutter
23+
flutter_lints: ^2.0.1
2424

2525
flutter:
2626
plugin:

0 commit comments

Comments
 (0)