We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e51bace + fa8398c commit 9a14646Copy full SHA for 9a14646
CHANGELOG.md
@@ -21,6 +21,11 @@ Examples of version updates are as follows:
21
> [!NOTE]
22
> Changes to `tools/update_lint_rules` don't affect versioning.
23
24
+## 4.1.0
25
+
26
+- Added support for Dart 3.8.x.
27
+- Added support for Flutter 3.32.x.
28
29
## 4.0.0
30
31
### Changed
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: 4.0.0
+version: 4.1.0
4
repository: https://github.com/yumemi-inc/flutter-yumemi-lints
5
6
environment:
0 commit comments