Simple Flutter E-Book application. E-Book contents in assets/
To build:
- Follow these instructions to setup Flutter - https://flutter.dev/docs/get-started/install/windows
- Sync the repo
- Launch Android Studio
- Open the zombel project
- Select your device
- In the terminal execute the following:
- flutter pub get
- flutter pub run flutter_launcher_icons:main
- Launch emuldate phone via AVD or connect phone via USB for debugging
- Click the green run button
Note:
For the package flutter_launcher_icons 0.9.2 you might have to edit flutter.pub-cache\hosted\pub.dartlang.org\flutter_launcher_icons-0.9.2\lib as follows:
-const String androidGradleFile = 'android/app/build.gradle';
+const String androidGradleFile = 'android/local.properties';