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

@@ -3,4 +3,5 @@ import 'myApp.dart';
void main() {
runApp(MyApp());
print("App started");
}