A generic sales tracking application.
This project is a starting point for a Flutter application.
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Firebase store: https://console.firebase.google.com/u/0/project/sales-tracker-dacab/firestore
I prefer Android Studio or IntelliJ IDEA for editing. Visit
To make a new release commit and push your changes to github. Then add a new tag to the latest changes.
# Update pubspec.yaml with this version
$ git tag v***
$ git push --tags