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 f8110de commit 4e872d0Copy full SHA for 4e872d0
.github/workflows/dart.yml
@@ -19,7 +19,7 @@ jobs:
19
java-version: '12.x'
20
- uses: subosito/flutter-action@v1
21
with:
22
- flutter-version: '2.2.3'
+ flutter-version: '2.8.0'
23
channel: 'stable'
24
- name: Install dependencies
25
run: flutter pub get
pubspec.yaml
@@ -27,7 +27,7 @@ dependencies:
27
hive: ^2.0.4
28
hive_flutter: ^1.1.0
29
flutter_slidable: 0.6.0
30
- photo_view: ^0.11.1
+ photo_view: ^0.13.0
31
path_provider: "^2.0.2"
32
crypto: ">=2.1.5"
33
provider: ^5.0.0
windows/.gitignore
@@ -1,4 +1,4 @@
1
-flutter/ephemeral/
+flutter
2
3
# Visual Studio user-specific files.
4
*.suo
0 commit comments