iPad/Tablet app to read comics on ManHuaGui.
- Copy
config.dart
fromconfig.demo.dart
cp ./lib/config.demo.dart ./lib/config.demo.dart
- You can either leave the
config.dart
as it is or change it to your own Mongodb URL. - Run
flutter run --release
to install on real devices.
To build iOS app, you may need to create an empty Flutter project and copy it ios folder.