We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82e06f3 + 70d605d commit e13b397Copy full SHA for e13b397
packages/yumemi_lints/CHANGELOG.md
@@ -29,6 +29,11 @@ Examples of version updates are as follows:
29
- `package_api_docs`
30
- `unsafe_html`
31
32
+### Features
33
+
34
+- Added support for Dart 3.6.x.
35
+- Added support for Flutter 3.27.x.
36
37
### Improvements
38
39
- Changed to be independent of the `path` package.
packages/yumemi_lints/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: yumemi_lints
2
description: Customizable Linter library which enforces coding standards and best practice for Flutter/Dart apps, packages and plugins.
3
-version: 2.2.0
+version: 3.0.0
4
repository: https://github.com/yumemi-inc/flutter-yumemi-lints
5
6
environment:
0 commit comments