A Flutter project containing questions/answers and notes of IIT JEE preparation prepared by Ayush P Gupta. These notes are published as video on Unacademy platform. This app serves the slides/notes used in those videos.
The data used is fetched by scrapping unacademy.com/@ayushpgupta page using web_scraper pub package.
See code: data_upload_page.dart
This repo uses Github action CI/CD whose workflow file can be seen below
Building Android app bundle
flutter clean && flutter build appbundle
Building json
flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs






