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

Commit 7d4bafb

Browse files
author
synw
committed
Fix in example
1 parent 2e34d07 commit 7d4bafb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
org.gradle.jvmargs=-Xmx1536M
2+
android.enableR8=true

example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ import 'init_db.dart';
99
import 'conf.dart';
1010

1111
void main() {
12+
runApp(MyApp());
13+
1214
/// initialize the database async. We will use the [onReady]
1315
/// callback later to react to the initialization completed event
1416
initDb(db: db);
15-
runApp(MyApp());
1617
}
1718

1819
final routes = {

0 commit comments

Comments
 (0)