Home

Awesome

MangaMint

<p align="center"> <img alt="GitHub issues" src="https://img.shields.io/github/issues/febryardiansyah/manga_mint"> <img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/febryardiansyah/manga_mint"> <img alt="GitHub" src="https://img.shields.io/github/license/febryardiansyah/manga_mint"> <img alt="GitHub stars" src="https://img.shields.io/github/stars/febryardiansyah/manga_mint"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/febryardiansyah/manga_mint"> <img alt="GitHub watchers" src="https://img.shields.io/github/watchers/febryardiansyah/manga_mint"> <img alt="GitHub contributors" src="https://img.shields.io/github/contributors/febryardiansyah/manga_mint"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/febryardiansyah/manga_mint"> </p>

MangaMint is manga reader application that provides manga and comic bahasa indonesia and currently available on android only, idk in the future will be available on ios or not

Usage

  1. Download or clone this repository manga-api

    git clone https://github.com/febryardiansyah/manga-api

  2. you have to deploy this api by yourself (You can use heroku,vercel, or glitch)
  3. change const String BaseUrl = 'https://10.0.2.2:8000/api/'; (<manga_mint>/lib/constants/base_url.dart) to your API. ex: example.herokuapp.com.com/api/

Prototype of This App

MangaMint Protyotype

Download Apk

mangamint.apk

Features

Screenshot

<img src="assets/ss/ss1.png" width="30%"> <img src="assets/ss/ss2.png" width="30%"> <img src="assets/ss/ss3.png" width="30%"> <img src="assets/ss/ss4.png" width="30%"> <img src="assets/ss/ss5.png" width="30%"> <img src="assets/ss/ss6.png" width="30%"> <img src="assets/ss/ss7.png" width="30%"> <img src="assets/ss/ss8.png" width="30%">

Build Setup


# install dependencies
$ flutter pub get

# run debug mode
$ flutter run

# run release mode
$ flutter run --release

# build app bundle
$ flutter build appbundle

# build apk
$ flutter build apk

Dependencies that i use

For detailed explanation on how things work, check out Flutter docs.