Skip to content

Commit

Permalink
Upgrade Flutter to v3.22.0 (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored May 16, 2024
1 parent f1ae76d commit 46b8e36
Show file tree
Hide file tree
Showing 363 changed files with 537 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flutter": "3.19.6",
"flutter": "3.22.0",
"updateVscodeSettings": false,
"updateGitIgnore": false,
"runPubGetOnSdkChanges": false
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.19.2",
"dart.flutterSdkPath": ".fvm/versions/3.22.0",
"search.exclude": {
"**/.fvm": true
},
Expand Down
2 changes: 1 addition & 1 deletion app/lib/comments/widgets/comment_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class _Avatar extends StatelessWidget {
@override
Widget build(BuildContext context) {
return CircleAvatar(
backgroundColor: Theme.of(context).colorScheme.background,
backgroundColor: Theme.of(context).colorScheme.surface,
radius: 18,
child: Text(
avatarText,
Expand Down
55 changes: 28 additions & 27 deletions app/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,13 @@ dependencies:
http: ^1.2.1
# Used so that we can select a minute interval (only either XX:00 or XX:30)
# for the homework reminder time picker.
interval_time_picker: ^2.0.0+5
intl: ^0.18.1
interval_time_picker:
# Git references can be removed when the following PR is merged:
# https://github.com/Fleximex/interval_time_picker/pull/10
git:
url: https://github.com/nilsreichardt/interval_time_picker.git
ref: ed0dd597ef1bbe5429504fe4314976856fa7d213
intl: ^0.19.0
key_value_store:
path: ../lib/key_value_store
last_online_reporting:
Expand Down Expand Up @@ -192,6 +197,10 @@ dependency_overrides:
package_info_plus: ^8.0.0
# Can be removed once pdfx uses device_info_plus >= 10.0.0.
device_info_plus: ^10.1.0
# Can be removed once flutter_localizations uses intl >= 0.19.0
intl: ^0.19.0
# Can be removed once patrol uses patrol_finders 2.0.3
patrol_finders: ^2.0.3-dev.1

dev_dependencies:
async: ^2.4.1
Expand All @@ -208,7 +217,8 @@ dev_dependencies:
bloc_test: ^9.1.4
bloc_presentation_test: ^1.0.0
path: ^1.8.3
patrol: ^3.3.0
# Can be switched to stable version once 3.7.0 is released.
patrol: ^3.7.0-dev.2

patrol:
app_name: Sharezone App
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/test_goldens/settings/goldens/notification_page_dark.phone.png
Binary file modified app/test_goldens/settings/goldens/settings_page_body_dark.phone.png
Binary file modified app/test_goldens/settings/goldens/update_prompt_card_android.png
Binary file modified app/test_goldens/settings/goldens/update_prompt_card_ios.png
Binary file modified app/test_goldens/settings/goldens/update_prompt_card_macos.png
Binary file modified app/test_goldens/settings/goldens/update_prompt_card_web.png
Binary file modified app/test_goldens/widgets/common/goldens/picker_dark.png
Binary file modified app/test_goldens/widgets/common/goldens/picker_light.png
Binary file modified app/test_goldens/widgets/goldens/alpha_version_banner.png
30 changes: 15 additions & 15 deletions console/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion console/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
firebase_core: ^2.30.1
flutter:
sdk: flutter
intl: ^0.18.1
intl: ^0.19.0
rxdart: ^0.27.7
very_good_infinite_list: ^0.7.1
feedback_shared_implementation:
Expand Down
28 changes: 14 additions & 14 deletions lib/abgabe/abgabe_client_lib/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 46b8e36

Please sign in to comment.