manhuagui.flutter icon indicating copy to clipboard operation
manhuagui.flutter copied to clipboard

A Flutter App for manhuagui

ManHuaGui Flutter

iPad/Tablet app to read comics on ManHuaGui.

Getting Started

  1. Copy config.dart from config.demo.dart

    cp ./lib/config.demo.dart ./lib/config.demo.dart

  2. You can either leave the config.dart as it is or change it to your own Mongodb URL.
  3. 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.