Skip to content

dipu-bd/sales_tracker

Repository files navigation

Sales Tracker

Flutter Release APK

A generic sales tracking application.

Development

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

Editing

I prefer Android Studio or IntelliJ IDEA for editing. Visit

Making New Release

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

Preview