Assignment for 2022mt12255 : Cross Platform Application Development
Flutter app integration with back4app
Steps to Run the app.
- Install Android Studio
- Create a Virtual Device with Virutal Device Manager in Android Studio
- Download Node.js and Install it.
- Download flutter sdk and extract it.
- Set node js directory in PATH variable
Check if flutter configured properly using the command below
flutter doctor
Once flutter is ready then,
Clone github repo with git clone
git clone https://github.com/jigarladhava/flutter_parse.git
Navigate to flutter_parse directory
cd flutter_parse
Run application using 'flutter run' command
flutter run





