Free and open source application for reading manga, novels, and watching animes available on Android, iOS, macOS, Linux and Windows
Find a file
2023-04-11 10:49:28 +01:00
.vscode add theme mode feature 2023-04-07 16:52:01 +01:00
android add theme mode feature 2023-04-07 16:52:01 +01:00
ios add first screens 2023-04-03 12:52:30 +01:00
lib riverpod generator for theme providers 2023-04-11 10:49:28 +01:00
linux add popular manga service , widget , manga home 2023-04-03 17:13:05 +01:00
macos *fix 2023-04-09 18:20:51 +01:00
test first commit 2023-04-03 10:57:02 +01:00
web first commit 2023-04-03 10:57:02 +01:00
windows *fix 2023-04-09 18:20:51 +01:00
.gitignore first commit 2023-04-03 10:57:02 +01:00
.metadata first commit 2023-04-03 10:57:02 +01:00
analysis_options.yaml first commit 2023-04-03 10:57:02 +01:00
LICENSE Initial commit 2023-04-03 10:49:57 +01:00
pubspec.lock *fix 2023-04-09 18:20:51 +01:00
pubspec.yaml v0.0.11 beta 2023-04-10 18:10:30 +01:00
README.md Update README.md 2023-04-08 19:48:43 +01:00

Mangayomi

Mangayomi is free and open source manga reader inspired by Tachiyomi made with flutter. It allows users to read manga from multiple sources and is developed out of passion and the challenge of creating such an application. Currently, all content sources are directly integrated into the application.

Prerequisites

You can install Flutter & Dart from Official website

  • Dart sdk
  • Flutter - Channel Stable

Building

  1. Clone the repository:
  $ git clone https://github.com/kodjodevf/mangayomi.git
  $ cd mangayomi/
  1. You can install all dependencies by running this command in terminal:
  $ flutter pub get
  1. Now enter the following command to start debugging the app:
  $ flutter run