Edit file local.properties
inside Android
folder and add some line.
flutter.minSdkVersion=21
flutter.compileSdkVersion=31
flutter.targetSdkVersion=31
- To improve style and format code.
- Install lefhook.
- Add lefthook executable to path environment.
- Open Manga nih project and execute lefthook command.
lefthook install
- Install submodule
git submodule update --init --recursive
- Checkout main
git submodule foreach git checkout main