An open API service indexing awesome lists of open source software.

https://github.com/egust/manhuagui.flutter

A Flutter App for manhuagui
https://github.com/egust/manhuagui.flutter

android comic-reader flutter ios ipad tablet

Last synced: 6 months ago
JSON representation

A Flutter App for manhuagui

Awesome Lists containing this project

README

          

# ManHuaGui Flutter

iPad/Tablet app to read comics on [ManHuaGui](https://www.manhuagui.com).

## Getting Started

1. Copy `config.dart` from `config.demo.dart`
> `cp ./lib/config.demo.dart ./lib/config.demo.dart`
1. You can either leave the `config.dart` as it is or change it to your own Mongodb URL.
1. 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.