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 1be177b commit b09c911Copy full SHA for b09c911
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set Up Flutter
19
uses: subosito/flutter-action@v2
20
with:
21
- flutter-version: '3.35.4'
+ flutter-version: '3.35.5'
22
channel: 'stable'
23
- name: Install Dependencies
24
run: flutter pub get
pubspec.lock
@@ -812,4 +812,4 @@ packages:
812
version: "3.1.3"
813
sdks:
814
dart: ">=3.9.0 <4.0.0"
815
- flutter: ">=3.35.3 <4.0.0"
+ flutter: ">=3.35.5 <4.0.0"
pubspec.yaml
@@ -7,7 +7,7 @@ version: 1.0.0+1
7
8
environment:
9
sdk: ">=3.9.0 <4.0.0"
10
- flutter: "^3.35.3"
+ flutter: "^3.35.5"
11
12
dependencies:
13
flutter:
0 commit comments