diff --git a/build/app/outputs/flutter-apk/app-release.apk b/build/app/outputs/flutter-apk/app-release.apk new file mode 100644 index 0000000000000000000000000000000000000000..61fea711588d38279726ae4f8adf9ccccdec831c Binary files /dev/null and b/build/app/outputs/flutter-apk/app-release.apk differ diff --git a/lib/addevent.dart b/lib/addevent.dart index aa4086abc77b53f859558f30dfd033d472aefdcc..2429951dcad9d6cb34cf56749bc945bc21e33be9 100644 --- a/lib/addevent.dart +++ b/lib/addevent.dart @@ -507,3 +507,6 @@ class _AddEventPageState extends State<AddEvent> { } } } + +//TODO: update shared preferences current event on adding event! +//TODO: add configuration bit GNSS and store in shared preferences! \ No newline at end of file diff --git a/lib/configuration.dart b/lib/configuration.dart index b656f128d7f5f2dd22d24388e2aebf6f8d2c567c..e9a32f2d96757ced3a307305fe59323b327e637b 100644 --- a/lib/configuration.dart +++ b/lib/configuration.dart @@ -230,4 +230,5 @@ class _MyHomePageState extends State<Configuration> { } } -//TODO: add scrowlable view here for landscape compatibility. \ No newline at end of file +//TODO: add scrowlable view here for landscape compatibility. +//TODO: write configuration on app dispose! \ No newline at end of file