We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 709e9e3 + 4b2146c commit fb03868Copy full SHA for fb03868
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.3.0
25
+
26
+- Added support for Dart 3.10.x.
27
+- Added support for Flutter 3.38.x.
28
29
## 4.2.0
30
31
- Added support for Dart 3.9.x.
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.2.0
+version: 4.3.0
4
repository: https://github.com/yumemi-inc/flutter-yumemi-lints
5
6
environment:
0 commit comments