abhay1205 / receipt

Receipt Manager built with Flutter and Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Receipt Manager built with Flutter and Firestore


Languages

Language:Dart 97.4%Language:HTML 1.7%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.1%