Vanilla flutter. MyDatabase database; void main() { database = MyDatabase(); runApp(MyFlutterApp()); }. It would be cleaner to use InheritedWidgets for that ...
確定! 回上一頁