Skip to content

Manga-Nih/manga-nih-flutter

Repository files navigation

Manga Nih

Screenshots

Build

Edit file local.properties inside Android folder and add some line.

 flutter.minSdkVersion=21
 flutter.compileSdkVersion=31
 flutter.targetSdkVersion=31

Lefthook

  • To improve style and format code.
  • Install lefhook.
  • Add lefthook executable to path environment.
  • Open Manga nih project and execute lefthook command.
    lefthook install

Komiku SDK

  • Install submodule
    git submodule update --init --recursive
  • Checkout main
    git submodule foreach git checkout main