Skip to content

Commit 02eea70

Browse files
authored
Merge pull request #622 from wger-project/use-flutter-3.22
Use flutter 3.22 - upgrade intl, rerun codegen, upgrade some dependencies
2 parents 147babd + 4656612 commit 02eea70

File tree

12 files changed

+196
-227
lines changed

12 files changed

+196
-227
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: subosito/flutter-action@v2
2727
with:
2828
channel: stable
29-
flutter-version: 3.19.x
29+
flutter-version: 3.22.x
3030

3131
- name: Flutter info
3232
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: subosito/flutter-action@v2
2020
with:
2121
channel: 'stable'
22-
flutter-version: '3.19.x'
22+
flutter-version: '3.22.x'
2323

2424
- run: dart --version
2525
- run: flutter --version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Alternatively, you can use the test server (the db is reset every day):
4343
Install Flutter and all its dependencies, and create a new virtual device:
4444
<https://flutter.dev/docs/get-started/install>.
4545

46-
The app currently uses flutter 3.19
46+
The app currently uses flutter 3.22
4747

4848
### 3
4949
The application will complain about an API key not being set. You can just

flatpak/scripts/pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: collection
16-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
16+
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.18.0"
19+
version: "1.19.0"
2020
http:
2121
dependency: "direct main"
2222
description:
@@ -29,26 +29,26 @@ packages:
2929
dependency: transitive
3030
description:
3131
name: http_parser
32-
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
32+
sha256: "40f592dd352890c3b60fec1b68e786cefb9603e05ff303dbc4dda49b304ecdf4"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "4.0.2"
35+
version: "4.1.0"
3636
meta:
3737
dependency: transitive
3838
description:
3939
name: meta
40-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
40+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.11.0"
43+
version: "1.15.0"
4444
path:
4545
dependency: transitive
4646
description:
4747
name: path
48-
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
48+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.8.3"
51+
version: "1.9.0"
5252
source_span:
5353
dependency: transitive
5454
description:
@@ -82,4 +82,4 @@ packages:
8282
source: hosted
8383
version: "1.3.2"
8484
sdks:
85-
dart: ">=2.19.0 <4.0.0"
85+
dart: ">=3.4.0 <4.0.0"

0 commit comments

Comments
 (0)