Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump dependencies #1818

Merged
merged 5 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.24.1"
"flutter": "3.24.3"
}
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: app_center
sdkPath: .fvm/flutter_sdk

packages:
- packages/**
- packages/*

command:
bootstrap:
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.19.6'
flutter: '>=3.24.3'

dev_dependencies:
ubuntu_lints: ^0.4.0
Expand Down
2 changes: 0 additions & 2 deletions packages/app_center/lib/games/games_page_featured.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ class _CarouselCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return YaruBanner(
// TODO: Remove color once we have upgraded to a yaru version > 4.1.0
color: Theme.of(context).cardColor,
padding: EdgeInsets.zero,
onTap: () => onTap(snap),
child: ClipRRect(
Expand Down
4 changes: 1 addition & 3 deletions packages/app_center/lib/store/store_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ class _StoreAppHome extends ConsumerWidget {
tileBuilder: (context, index, selected, availableWidth) =>
pages[index].tileBuilder(context, selected),
pageBuilder: (context, index) => pages[index].pageBuilder(context),
layoutDelegate: const YaruMasterFixedPaneDelegate(
paneWidth: kPaneWidth,
),
paneLayoutDelegate: const YaruFixedPaneDelegate(paneSize: kPaneWidth),
breakpoint: 0, // always landscape
onGenerateRoute: (settings) => switch (StoreRoutes.routeOf(settings)) {
StoreRoutes.deb => MaterialPageRoute(
Expand Down
4 changes: 0 additions & 4 deletions packages/app_center/lib/widgets/app_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class AppCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return YaruBanner(
// TODO: Remove color once we have upgraded to a yaru version > 4.1.0
color: Theme.of(context).cardColor,
padding: const EdgeInsets.all(kCardSpacing),
onTap: onTap,
child: Flex(
Expand Down Expand Up @@ -110,8 +108,6 @@ class SnapImageCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return YaruBanner(
// TODO: Remove color once we have upgraded to a yaru version > 4.1.0
color: Theme.of(context).cardColor,
padding: EdgeInsets.zero,
onTap: onTap,
child: Column(
Expand Down
42 changes: 21 additions & 21 deletions packages/app_center/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@ publish_to: "none"

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.19.6"
flutter: ">=3.24.3"

dependencies:
app_center_ratings_client: ^1.0.0
appstream: ^0.2.9
args: ^2.5.0
cached_network_image: ^3.3.1
cached_network_image: ^3.4.1
clock: ^1.1.1
collection: ^1.18.0
crypto: ^3.0.3
crypto: ^3.0.5
dbus: ^0.7.10
file: ^7.0.0
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.2
flutter_gen: ^5.3.2
flutter_cache_manager: ^3.4.1
flutter_gen: ^5.7.0
flutter_html: ^3.0.0-beta.2
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.3+1
flutter_riverpod: ^2.5.1
flutter_svg: ^2.0.10+1
freezed_annotation: ^2.4.1
freezed_annotation: ^2.4.4
github: ^9.24.0
glib: ^0.0.1
gtk: ^2.1.0
handy_window: ^0.4.0
http: ^1.2.1
http: ^1.2.2
intl: any
jwt_decode: ^0.3.1
meta: ^1.11.0
meta: ^1.15.0
package_info_plus: ^8.0.2
packagekit: ^0.2.6
path: ^1.9.0
Expand All @@ -44,28 +44,28 @@ dependencies:
snapcraft_launcher: ^0.1.0
snapd: ^0.6.4
snowball_stemmer: ^0.1.0
ubuntu_localizations: ^0.4.1
ubuntu_logger: ^0.1.1
ubuntu_service: ^0.3.2
ubuntu_test: ^0.1.0-beta.9
ubuntu_widgets: ^0.6.1
url_launcher: ^6.2.6
ubuntu_localizations: ^0.5.0
ubuntu_logger: ^0.2.0
ubuntu_service: ^0.4.0
ubuntu_test: ^0.2.1
ubuntu_widgets: ^0.7.0
url_launcher: ^6.3.0
xdg_directories: ^1.0.4
yaru: ^4.1.0
yaru_test: ^0.1.6
yaru: ^5.2.1
yaru_test: ^0.2.0
yaru_window: ^0.2.1

dev_dependencies:
analyzer: ^6.4.1
build_runner: ^2.4.6
analyzer: ^6.7.0
build_runner: ^2.4.12
fake_async: ^1.3.1
flutter_test:
sdk: flutter
freezed: ^2.5.2
freezed: ^2.5.7
integration_test:
sdk: flutter
mockito: ^5.4.3
riverpod_generator: ^2.4.0
mockito: ^5.4.4
riverpod_generator: ^2.4.3
ubuntu_lints: ^0.4.0

flutter:
Expand Down
18 changes: 9 additions & 9 deletions packages/app_center_ratings_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ environment:

dependencies:
fixnum: ^1.1.0
freezed: ^2.4.1
freezed_annotation: ^2.4.1
grpc: ^3.1.0
meta: ^1.7.0
protobuf: ^3.0.0
protoc_plugin: ^21.0.1
freezed: ^2.5.7
freezed_annotation: ^2.4.4
grpc: ^4.0.1
meta: ^1.15.0
protobuf: ^3.1.0
protoc_plugin: ^21.1.2

dev_dependencies:
build_runner: ^2.4.6
mockito: ^5.4.3
test: ^1.21.0
build_runner: ^2.4.12
mockito: ^5.4.4
test: ^1.25.8
ubuntu_lints: ^0.4.0
Loading