Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Fix in example
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Oct 21, 2019
1 parent 2e34d07 commit 7d4bafb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
3 changes: 2 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import 'init_db.dart';
import 'conf.dart';

void main() {
runApp(MyApp());

/// initialize the database async. We will use the [onReady]
/// callback later to react to the initialization completed event
initDb(db: db);
runApp(MyApp());
}

final routes = {
Expand Down

0 comments on commit 7d4bafb

Please sign in to comment.