Public Access
feat(database): add functions for DB and DB-table creation
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||
import 'api_handler.dart';
|
||||
import 'transport_helper.dart';
|
||||
|
||||
void main() async {
|
||||
await dotenv.load();
|
||||
const String dbName = "oeffimasterTransportDb";
|
||||
initDB(dbName);
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user