All Projects → febryardiansyah → manga_mint

febryardiansyah / manga_mint

Licence: MIT license
An Online Manga Reader Application Bahasa Indonesia

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to manga mint

fanga
A manga reader and downloader made with flutter
Stars: ✭ 61 (+8.93%)
Mutual labels:  manga-reader, manga-scraper
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (+28.57%)
Mutual labels:  manga-reader, manga-scraper
Okuma-Reader
Online book/manga/image set/webtoon reader and library with some key features like Japanese page order, double-page view, touch gestures, multiple languages, and pre-caching of next pages.
Stars: ✭ 31 (-44.64%)
Mutual labels:  manga-reader
Manga downloader
A Manga download framework using selenium.
Stars: ✭ 307 (+448.21%)
Mutual labels:  manga-scraper
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (-23.21%)
Mutual labels:  manga-reader
MangAdventure
A simple manga hosting CMS written in Django
Stars: ✭ 51 (-8.93%)
Mutual labels:  manga-reader
mangastack
Front-end web client for MangaDex. Previously hosted at https://mangastack.cf/
Stars: ✭ 23 (-58.93%)
Mutual labels:  manga-reader
Nekome
Nekome is an Android application to manage tracked Anime and Manga lists.
Stars: ✭ 279 (+398.21%)
Mutual labels:  manga-tracker
Misakatranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
Stars: ✭ 2,211 (+3848.21%)
Mutual labels:  manga-reader
NHentai-API
NHentai API made using python BeautifulSoup webscrapping.
Stars: ✭ 27 (-51.79%)
Mutual labels:  manga-reader
houdoku
Manga reader and library manager for the desktop
Stars: ✭ 128 (+128.57%)
Mutual labels:  manga-reader
yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (+214.29%)
Mutual labels:  manga-reader
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+119.64%)
Mutual labels:  manga-reader
Tachidesk-Server
A rewrite of Tachiyomi for the Desktop
Stars: ✭ 1,052 (+1778.57%)
Mutual labels:  manga-reader
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (-3.57%)
Mutual labels:  manga-reader
MangaReaderScraper
Search and download mangas from the command line
Stars: ✭ 23 (-58.93%)
Mutual labels:  manga-reader
ai-cms
Free and open source Manga CMS (Deprecated!)
Stars: ✭ 35 (-37.5%)
Mutual labels:  manga-reader
comic-scraper
[Python] Scraps comics and manga from various websites and creates cbz files from them
Stars: ✭ 16 (-71.43%)
Mutual labels:  manga-scraper

MangaMint

GitHub issues GitHub pull requests GitHub GitHub stars GitHub forks GitHub watchers GitHub contributors GitHub last commit

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

  • Manga List (Japanase Comic)
  • Manhua List (Chinese Comic)
  • Manhwa List (Korean Comic)
  • Last chapter update
  • Bookmarks Manga
  • Read last chapter opened
  • Search Manga by name and Genres
  • Read chapter vertically or horizontally

Screenshot

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

  • http: ^0.12.1
  • bloc: ^5.0.1
  • flutter_bloc: ^5.0.1
  • google_fonts: ^1.1.0
  • equatable: ^1.2.0
  • rxdart: ^0.24.1
  • ff_navigation_bar: ^0.1.5
  • flutter_spinkit: ^4.1.2+1
  • shimmer: ^1.1.1
  • carousel_slider: ^2.2.1
  • flutter_screenutil: ^2.2.0
  • cached_network_image: ^2.2.0+1
  • photo_view: ^0.9.2
  • shared_preferences: ^0.5.8
  • path_provider: ^1.6.11
  • path: ^1.7.0
  • hive: ^1.4.1+1
  • hive_flutter: ^0.2.1
  • toast: ^0.1.5
  • font_awesome_flutter: ^8.8.1
  • url_launcher: ^5.5.0

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].