Skip to content

Receipt Manager built with Flutter and Firestore

Notifications You must be signed in to change notification settings

abhay1205/receipt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter app for managing receipts

Implementing Cloud Firestore, Firebase Storage, Querying, CURD, Pagination, Searching, Sharing Files, User Managemnet, Camera and Gallery for Image All this intregrated together with Redux architecture

Getting Started with prerequisites

  1. Migrate the app to AndroidX from android.support libraries Or create project with flutter create --androidx project_name
  2. Add the following dependencies to your pubspec.yaml firebase_auth, google_sign_in, flutter_auth_buttons(optional), image_picker, redux, lutter_redux, redux_thunk, shared_preferences, cloud_firestore, firebase_storage, intl, dio, path_provider, share_extend, http
  3. Go to Firebase website create an account
  4. Create project in the Firebase Console and follow the steps shown there
  5. Download the JSON file adn paste it in your app_name/android/app folder
  6. Do the changes in project-level and app-level build.gradle file
  7. sync the changes in gradle files using an IDE (example-AndroidStudio)
  8. For Google sign in you need to add your sha1 fingerprint to your app in Firebase Console / Project Setting
  9. Create Cloud FireStore Database and Firebase storage databse

Note

  1. Do not skip any steps