Skip to content

Hareesh-Nandigrama/splitwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splitwise

Campus Splitwise

Getting Started

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.

Splitwise (Android App)

Setting up the project in your local environment💻

  1. Clone this repository this repository.
  2. After Cloning, open the project in android studio
  3. Create a new project on Firebase Console
  4. Activate Email SignIn in Firebase auth, and activate Firebase Firestore and Firebase Storage in test mode.
  5. Integrate firebase using the tutorial mentioned above to use your own database (Necessary step else the app wont work)
  6. Run flutter pub get to get the dependencies.
  7. Finally, run the app:
flutter run
  1. 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

Latest apk version can be accessed from Releases section of the Repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published