A Flutter app to record lessons by creating a slide show with audio in background controlled via an event json file.
The animated video created will be played using images and event sequence.
Source of Inspiration - Unacademy Educator App
TODO:
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
To generate launcher icon
flutter pub run flutter_launcher_icons:main -f launcher_icon/flutter_launcher_icons.yaml
To release apk
flutter build apk --no-shrink --no-sound-null-safety --target-platform android-arm