Coder Social home page Coder Social logo

davidalphafox / flutter-inventory-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hemanta212/flutter-inventory-app

0.0 1.0 0.0 985 KB

A Flutter-firebase realtime inventory management App.

Kotlin 0.26% Swift 0.26% Objective-C 0.02% Dart 99.45%

flutter-inventory-app's Introduction

Inventory management app

A simple approach to inventory management in retail or small business. This app is focused on making the sales entry, stock entry as fast as practically possible.

Build

Features/Concepts Highlights

  • Advanced state management solutions like provider,
  • Use of singleton objects for caching and accessing the instance throughout the code.
  • Implementation of Navigation Drawers, tabs, search bars, autocompletion and fuzzy like search algorithms.
  • Use of Streams for live UI updates, Datatables for better data view, routes for screens.
  • Using batches for failproof db operations, Role base db modifications.
  • Testing in flutter application.
  • Data Export/Import from CSV dumps.
  • Online and Offline No SQL data storage with firebase's cloud_firestore.
  • Integration of Authentication like google signin, email authentication with firebase_auth.
  • Continuous integration for streamlined devflow

App overview

Project Installation:

1. Install and try out the apk!

Head over to the release page to try out the apps. APK Releases

2. Building yourself

1. Get Flutter

2. Clone this repo

$ git clone https://github.com/hemanta212/inventory_app.git
$ cd inventory_app

3. Setup the firebase app

  1. You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com.
  2. Once your Firebase instance is created, you'll need to enable Google authentication.
  • Go to the Firebase Console for your new instance.
  • Click "Authentication" in the left-hand menu
  • Click the "sign-in method" tab
  • Click "Google" and enable it
  1. Enable the Firebase Database
  • Go to the Firebase Console
  • Click "Database" in the left-hand menu
  • Click the Cloudstore "Create Database" button
  • Select "Start in test mode" and "Enable"
  1. (skip if not running on Android)
  • Create an app within your Firebase instance for Android, with package name com.yourcompany.news
  • Run the following command to get your SHA-1 key:
keytool -exportcert -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
  • In the Firebase console, in the settings of your Android app, add your SHA-1 key by clicking "Add Fingerprint".
  • Follow instructions to download google-services.json
  • place google-services.json into /android/app/.

4. Run

Connect your device

$ flutter upgrade
$ flutter pub get
$ flutter run

flutter-inventory-app's People

Contributors

hemanta212 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.