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
- Host: GitHub
- URL: https://github.com/egust/manhuagui.flutter
- Owner: eGust
- Created: 2018-08-22T13:12:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T02:11:32.000Z (over 2 years ago)
- Last Synced: 2024-11-28T21:35:40.285Z (11 months ago)
- Topics: android, comic-reader, flutter, ios, ipad, tablet
- Language: Dart
- Size: 738 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.