work in progress database

This commit is contained in:
2023-09-28 13:38:09 +02:00
parent 902c72d75b
commit c3a444f863
3 changed files with 123 additions and 28 deletions

View File

@@ -4,6 +4,7 @@ import 'navigation.dart';
class MyApp extends StatelessWidget {
const MyApp({ Key? key }) : super(key: key);
@override
Widget build(BuildContext context) {
return MaterialApp(