TubeCards is a cross-platform spaced-repetition app which is seamlessly integrated with Youtube. It is written in Dart using Flutter.
- Install Flutter
- Clone repository
git clone https://github.com/friebetill/tubecards.git
- Get packages
flutter pub get
- Update generated flutter files
./scripts/update_generated_files.sh
- Update language files
./scripts/update_language_files.sh
If you need any help, feel free to file an issue if you do not manage to find a solution.