Campus Splitwise
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Clone this repository this repository.
- After Cloning, open the project in android studio
- Create a new project on Firebase Console
- Activate Email SignIn in Firebase auth, and activate Firebase Firestore and Firebase Storage in test mode.
- Integrate firebase using the tutorial mentioned above to use your own database (Necessary step else the app wont work)
- Run
flutter pub get
to get the dependencies. - Finally, run the app:
flutter run
- To build the apk of the app, you can use the following command
flutter build apk --release
You can find the apk in build/app/outputs/flutter-apk folder You can refer the following video for more details