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 98a42f7 commit b2a8d86Copy full SHA for b2a8d86
.github/workflows/dart.yml
@@ -24,7 +24,7 @@ jobs:
24
java-version: '12.x'
25
- uses: subosito/flutter-action@v1
26
with:
27
- flutter-version: '1.9.1+hotfix.6'
+ channel: dev
28
- run: flutter pub get
29
- run: flutter build apk
30
- name: changelog
pubspec.yaml
@@ -12,7 +12,7 @@ dependencies:
12
flutter:
13
sdk: flutter
14
google_fonts: ^1.0.0
15
- flutter_svg: ^0.17.4
+ flutter_svg: ^0.18.0
16
tuple: ^1.0.3
17
provider: ^4.3.2
18
async: ^2.4.1
0 commit comments