This project was inspired by the need of a bill management system for the tech-fest in my college. It was for people who wanted to check their payment status and for admins to update their status with a sooth experience.
This project is built with
- Flutter
- Google Sheets API dependency.
This is how you may set up your project locally. To get a local copy up and running follow these simple example steps.
You would need :
- Android Studio/ VS Code / Any other coding IDE
- Flutter
- Run the command :
flutter create <app_name>
- Copy the assets folder in your project directory
- Replace /lib and pubspec.yaml file
- Run the command :
pub get
- Now run the flutter app