This project is inspired by the Mus'haf Publication App by KFGQPC.
This app aided the development of coloured tajwid fonts (in development)
Go to releases and find binaries for your OS. Currently available on Windows & Linux.
Install Flutter: https://docs.flutter.dev/get-started/install
Clone repo with submodules:
git clone --recursive https://github.com/My-Quran-Tajwid/baca.git
If you have previously git clone-d without the --recursive
flag, run this command to get the submodules:
git submodule update --init
Tip
To update the submodules next time, run this command:
git submodule update --remote
Then, run the app:
flutter run
(as of now, only tested on Windows)
Add or Update the schema in database/db_tables.dart file. Update the @DriftDatabase tables in database/app_database.dart. Then run,
dart run build_runner build