packages upgrade
This commit is contained in:
parent
59f72187cb
commit
5fd7ab2fa6
4 changed files with 8 additions and 8 deletions
|
@ -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',
|
||||
|
|
|
@ -67,7 +67,7 @@ class ImagePageState extends State<ImagePage> with AutomaticKeepAliveClientMixin
|
|||
filterQuality: FilterQuality.low,
|
||||
);
|
||||
},
|
||||
loadingChild: const Center(
|
||||
loadingBuilder: (context, event) => const Center(
|
||||
child: SizedBox(
|
||||
width: 64,
|
||||
height: 64,
|
||||
|
|
|
@ -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,
|
||||
|
|
10
pubspec.lock
10
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:
|
||||
|
|
Loading…
Reference in a new issue