We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5226820 commit d4b3cb2Copy full SHA for d4b3cb2
objectbox/example/flutter/objectbox_demo/lib/main.dart
@@ -17,7 +17,7 @@ Future<void> main() async {
17
18
objectbox = await ObjectBox.create();
19
20
- runApp(MyApp());
+ runApp(const MyApp());
21
}
22
23
class MyApp extends StatelessWidget {
objectbox/example/flutter/objectbox_demo_sync/lib/main.dart
0 commit comments