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 9a1b300 commit b53a634Copy full SHA for b53a634
.github/workflows/flutter.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: subosito/flutter-action@v2
16
with:
17
- flutter-version: '3.10.6'
+ flutter-version: '3.27.3'
18
channel: 'stable'
19
- name: Install dependencies
20
run: dart pub get
example/pubspec.lock
@@ -191,7 +191,7 @@ packages:
191
path: ".."
192
relative: true
193
source: path
194
- version: "1.1.0"
+ version: "1.2.0"
195
fake_async:
196
dependency: transitive
197
description:
0 commit comments