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 eac8879 commit ab2b33bCopy full SHA for ab2b33b
.github/workflows/flutter-test.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
16
- - uses: subosito/flutter-action@v1.4.0
+ - uses: subosito/flutter-action@v1.5.3
17
with:
18
channel: 'stable'
19
@@ -32,4 +32,4 @@ jobs:
32
- name: Run tests
33
run: flutter test --coverage --coverage-path=lcov.info
34
35
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2.1.0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 2.1.0 - Sep 23, 2021
2
+
3
+- Update `meta` to `1.7.0`.
4
+- Change sdk constraint `>=2.14.0 <3.0.0` and flutter constraint `>=2.5.0`.
5
+- Migrated from `pedantic` to `flutter_lints`.
6
7
### 2.0.0 - Mar 1, 2021
8
9
- Stable release for null safety.
0 commit comments