diff --git a/android/app/build.gradle b/android/app/build.gradle index 7708d13f..6d72888c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -36,8 +36,8 @@ android { multiDexEnabled true // VERSION - versionCode 42 - versionName "1.1.6+5" + versionCode 43 + versionName "1.1.7" } // flavorDimensions "version" diff --git a/lib/src/pages/scaffold/sidebar.dart b/lib/src/pages/scaffold/sidebar.dart index c99e46f3..a169ce4d 100644 --- a/lib/src/pages/scaffold/sidebar.dart +++ b/lib/src/pages/scaffold/sidebar.dart @@ -169,7 +169,11 @@ class _SidebarState extends State { void aboutScreen(BuildContext context) { Navigator.pop(context); - openPage(ScreenNames.About, context, builder: (context) => AboutView()); + openPage( + ScreenNames.About, + context, + builder: (context) => AboutView(), + ); } Widget title(String text, BuildContext context, {Widget leading}) { @@ -192,7 +196,8 @@ class _SidebarState extends State { DefaultTextStyle( child: leading, style: titleStyle.copyWith( - color: Theme.of(context).textTheme.headline3.color), + color: Theme.of(context).textTheme.headline3.color, + ), ), ], ); @@ -247,8 +252,10 @@ class CharacterListTile extends StatelessWidget { ); } - static List list(Iterable characters, - {String selectedId}) => + static List list( + Iterable characters, { + String selectedId, + }) => characters .map((character) => CharacterListTile( key: Key(character.documentID), diff --git a/pubspec.lock b/pubspec.lock index 04e24ad5..03d5c550 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -105,7 +105,7 @@ packages: name: dungeon_world_data url: "https://pub.dartlang.org" source: hosted - version: "2.0.5+5" + version: "2.0.5+6" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d7365446..c2424f06 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ dependencies: wheel_spinner: ^0.0.6 # wheel_spinner: # path: ../wheel_spinner - dungeon_world_data: ^2.0.5+5 + dungeon_world_data: ^2.0.5+6 # dungeon_world_data: # path: ../dw_data # Firebase/Firestore