work in progress database

This commit is contained in:
2023-09-28 13:38:09 +02:00
parent 52d7defb75
commit 64b4f64f8c
3 changed files with 121 additions and 26 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(