We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dca04 commit ac7b883Copy full SHA for ac7b883
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## 0.3.4
2
3
+- flutter_lints: ^6.0.0
4
+- intl: ^0.20.2
5
+- test: 1.26.3
6
+
7
+## 0.3.4
8
9
- flutter_lints: ^5.0.0
10
- intl: ^0.20.1
11
pubspec.yaml
@@ -9,8 +9,8 @@ environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
12
+ intl: ^0.20.2
13
14
dev_dependencies:
15
16
- test: ^1.25.14
+ flutter_lints: ^6.0.0
+ test: ^1.26.3
0 commit comments