diff --git a/lib/main.dart b/lib/main.dart index 24f8640c6..71944c4bf 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -26,7 +26,7 @@ class AvesApp extends StatelessWidget { scaffoldBackgroundColor: Colors.grey[900], appBarTheme: AppBarTheme( textTheme: TextTheme( - title: TextStyle( + headline6: TextStyle( fontSize: 20, fontWeight: FontWeight.bold, fontFamily: 'Concourse Caps', diff --git a/lib/widgets/fullscreen/image_page.dart b/lib/widgets/fullscreen/image_page.dart index 31181fb0c..d0bb29b2f 100644 --- a/lib/widgets/fullscreen/image_page.dart +++ b/lib/widgets/fullscreen/image_page.dart @@ -67,7 +67,7 @@ class ImagePageState extends State with AutomaticKeepAliveClientMixin filterQuality: FilterQuality.low, ); }, - loadingChild: const Center( + loadingBuilder: (context, event) => const Center( child: SizedBox( width: 64, height: 64, diff --git a/lib/widgets/fullscreen/overlay/bottom.dart b/lib/widgets/fullscreen/overlay/bottom.dart index 6a9e7223b..a1554368a 100644 --- a/lib/widgets/fullscreen/overlay/bottom.dart +++ b/lib/widgets/fullscreen/overlay/bottom.dart @@ -126,7 +126,7 @@ class _FullscreenBottomOverlayContent extends StatelessWidget { @override Widget build(BuildContext context) { return DefaultTextStyle( - style: Theme.of(context).textTheme.body1.copyWith( + style: Theme.of(context).textTheme.bodyText2.copyWith( shadows: const [ Shadow( color: Colors.black87, diff --git a/pubspec.lock b/pubspec.lock index 391dd7ef4..505ffcfca 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -152,7 +152,7 @@ packages: name: google_maps_flutter url: "https://pub.dartlang.org" source: hosted - version: "0.5.22+1" + version: "0.5.23+1" image: dependency: transitive description: @@ -264,7 +264,7 @@ packages: name: photo_view url: "https://pub.dartlang.org" source: hosted - version: "0.9.1" + version: "0.9.2" printing: dependency: "direct main" description: @@ -278,7 +278,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "4.0.3" + version: "4.0.4" qr: dependency: transitive description: @@ -313,7 +313,7 @@ packages: name: shared_preferences_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+4" + version: "0.0.1+5" shared_preferences_platform_interface: dependency: transitive description: @@ -430,7 +430,7 @@ packages: name: video_player url: "https://pub.dartlang.org" source: hosted - version: "0.10.6" + version: "0.10.7" video_player_platform_interface: dependency: transitive description: