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 845d7d9 commit 7a29988Copy full SHA for 7a29988
2 files changed
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
- uses: subosito/flutter-action@v2
114
with:
115
channel: stable
116
- flutter-version: 3.44.0
+ flutter-version: 3.44.5
117
cache: true
118
119
- name: Setup Flutter dependencies
apps/weblibre/pubspec.yaml
@@ -18,8 +18,8 @@ dependencies:
18
crypto: ^3.0.7
19
cryptography_flutter: ^2.3.4
20
device_info_plus: ^13.1.0
21
- drift: ^2.34.0
22
- drift_dev: ^2.34.0
+ drift: 2.34.0
+ drift_dev: 2.34.0
23
dynamic_color: ^1.8.1
24
exceptions: ^0.6.1
25
fading_scroll: ^0.9.4
0 commit comments