This is a shot for MangaDex mobile version. Instead of having a PWA.
- Flutter SDK v3.3 or higher
Before trying to build the application, run the following in a terminal:
flutter pub get
flutter pub run build_runner build
This project use flavors: dev
, beta
and prod
. To run the application you need to execute the following command:
flutter run --flavor <flavor> --target lib/main_<flavor>.dart
For example to run the dev
flavor:
flutter run --flavor dev --target lib/main_dev.dart