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

@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import '../myApp.dart';
import 'myApp.dart';
void main() {
runApp(MyApp());
}
print("App started");
}