Skip to content

Commit d5a6ec9

Browse files
committed
Dart 2.5 release
1 parent a7f19e6 commit d5a6ec9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changlog
22

3+
## 0.2.3
4+
5+
- Release for Dart 2.5 enables
6+
- `avoid_print`
7+
38
## 0.2.2
49

510
- Release for Dart 2.4 enables

lib/analysis_options.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ linter:
115115

116116
# Don't call print in production code
117117
# https://dart-lang.github.io/linter/lints/avoid_print.html
118-
# dart 2.4 incompatible
119-
#- avoid_print
118+
- avoid_print
120119

121120
# Always prefer function references over typedefs.
122121
# Jumping twice in code to see the signature of a lambda sucks. This is different from the flutter analysis_options

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: lint
2-
version: 0.2.2
2+
version: 0.2.3
33
description: An opiniated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
44
author: Pascal Welsch <[email protected]>
55
homepage: https://github.com/passsy/dart-lint
66

77
environment:
8-
sdk: '>=2.4.0 <2.5.0'
8+
sdk: '>=2.5.0 <3.0.0'

0 commit comments

Comments
 (0)