An open API service indexing awesome lists of open source software.

https://github.com/dipu-bd/sales_tracker

A generic sales tracking application
https://github.com/dipu-bd/sales_tracker

android-app flutter sales-tracking

Last synced: 3 months ago
JSON representation

A generic sales tracking application

Awesome Lists containing this project

README

        

# Sales Tracker

[![Flutter Release APK](https://github.com/dipu-bd/sales_tracker/actions/workflows/release-apk.yml/badge.svg)](https://github.com/dipu-bd/sales_tracker/actions/workflows/release-apk.yml)

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](https://flutter.dev/docs), 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