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 21a4a4d commit a3e4ad8Copy full SHA for a3e4ad8
.github/workflows/base.yaml
@@ -16,7 +16,7 @@ concurrency:
16
17
jobs:
18
build:
19
- runs-on: macos-latest
+ runs-on: ubuntu-latest
20
21
steps:
22
- uses: actions/checkout@v4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 9.2.0
2
+
3
+* Update intl to 0.19.0
4
+* Update constraints to Dart 3.3
5
+* Built with Flutter 3.16.6
6
+* Improve CI
7
8
## 9.1.0
9
10
* Fix MN translation typo
example/pubspec.yaml
@@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
- sdk: ^3.3.0
+ sdk: ^3.2.0
flutter: ">=3.16.6"
dependencies:
0 commit comments