Skip to content

Commit 3731216

Browse files
author
Jens Becker
committed
[release] v0.14.0
1 parent 691bc5d commit 3731216

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.14.0
2+
- Bump dart-sdk to `>=2.17.1`
3+
- Bump dart_code_metrics to `^4.15.2`
4+
- Bump flutter_lints to `^2.0.1`
5+
- New rule and lints:
6+
- [prefer-immediate-return](https://dartcodemetrics.dev/docs/rules/common/prefer-immediate-return)
7+
- [use_super_parameters](https://dart-lang.github.io/linter/lints/use_super_parameters.html)
8+
- [avoid_returning_this](https://dart-lang.github.io/linter/lints/avoid_returning_this.html)
9+
- [prefer_mixin](https://dart-lang.github.io/linter/lints/prefer_mixin.html)
10+
- [sized_box_shrink_expand](https://dart-lang.github.io/linter/lints/sized_box_shrink_expand.html)
11+
- [unnecessary_parenthesis](https://dart-lang.github.io/linter/lints/unnecessary_parenthesis.html)
12+
- [unnecessary_raw_strings](https://dart-lang.github.io/linter/lints/unnecessary_raw_strings.html)
13+
- [use_enums](https://dart-lang.github.io/linter/lints/use_enums.html)
14+
- [use_colored_box](https://dart-lang.github.io/linter/lints/use_colored_box.html)
15+
- [use_decorated_box](https://dart-lang.github.io/linter/lints/use_decorated_box.html)
16+
- [use_if_null_to_convert_nulls_to_bools](https://dart-lang.github.io/linter/lints/use_if_null_to_convert_nulls_to_bools.html)
17+
- [use_is_even_rather_than_modulo](https://dart-lang.github.io/linter/lints/use_is_even_rather_than_modulo.html)
18+
- [use_string_buffers](https://dart-lang.github.io/linter/lints/use_string_buffers.html)
19+
- [use_to_and_as_if_applicable](https://dart-lang.github.io/linter/lints/use_to_and_as_if_applicable.html)
20+
121
# 0.13.0
222
- Disable analysis/metrics in generated files [#8](https://github.com/devj3ns/fleasy/pull/8)
323

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleasy
22
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
3-
version: 0.13.0
3+
version: 0.14.0
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

@@ -15,7 +15,7 @@ dependencies:
1515
font_awesome_flutter: ^10.1.0
1616
flash: ^2.0.3+2
1717
flutter_lints: ^2.0.1
18-
dart_code_metrics: ^4.15.2 # Does not work with dart 2.17.0, see https://github.com/dart-lang/sdk/issues/48682
18+
dart_code_metrics: ^4.15.2
1919

2020
dev_dependencies:
2121
test: ^1.20.1

0 commit comments

Comments
 (0)