Public Access
feat(classes): implement initiation, start work on dbHelper
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ import 'transport_helper.dart';
|
||||
void main() async {
|
||||
await dotenv.load();
|
||||
const String dbName = "oeffimasterTransportDb";
|
||||
initDB(dbName);
|
||||
DbHelper.initDb(dbName);
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
@@ -145,4 +145,4 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user