diff --git a/lib/configuration.dart b/lib/configuration.dart index 9665dd862b5ef93aa73e9636c7c4857434247fcb..1301311d2fa796c811d6a7c7f4bb8bc6db5ab1dd 100644 --- a/lib/configuration.dart +++ b/lib/configuration.dart @@ -262,5 +262,6 @@ class _MyHomePageState extends State<Configuration> { } //TODO: write configuration on app dispose! +//TODO: align bottom buttons nicely! //TODO: add label prefix with appended upcounting number. //TODO: grey out update button if nothing has changed. ? \ No newline at end of file diff --git a/lib/overview.dart b/lib/overview.dart index 819f180a4f423454ab5887d5b5d5dbcd62c0952b..9ff03e591d329950b8f1c0dd61431a19ebb84684 100644 --- a/lib/overview.dart +++ b/lib/overview.dart @@ -7,8 +7,7 @@ class Overview extends StatelessWidget { Widget _buildPopupInfoDialog(BuildContext context) { return AlertDialog( - title: const Text('Version 1.0.0'), - + title: const Text('Information'), content: Column( mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.center, @@ -16,11 +15,11 @@ class Overview extends StatelessWidget { const Icon( Icons.copyright_outlined), const Text('Alfred Wegener Institute'), const Text('Data-Logistics-Support'), - const SizedBox(height: 10), + const SizedBox(height: 15), const Text('Maximilian Betz'), - const SizedBox(height: 30), + const SizedBox(height: 0), const Text('o2a-support@awi.de'), - const SizedBox(height: 30), + const SizedBox(height: 15), Text('Git-Commit-Hash: ' + getGitHash()), ], ), diff --git a/pubspec.yaml b/pubspec.yaml index 66e8e91751975f3f25a669ed8a6799fedcf1704b..8ea662baa699db0d4114cd31bdb9d385c7b98b0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -72,8 +72,7 @@ flutter: - .git/HEAD # This file points out the current branch of the project. - .git/ORIG_HEAD # This file points to the commit id at origin (last commit id of the remote repository). - .git/refs/heads/main - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg + # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware.