/ala-pos-mobile-v2

Alapos app build with Flutter and Riverpod State Management. this project implemen new structure folder and testing development

Primary LanguageDart

Requirement

Package

  1. Mason CLI (package for auto generate code)

Intall Mason CLI

# 🎯 Activate from https://pub.dev
dart pub global activate mason_cli

Generate Data Source

Running this command to generate file data source

mason make data_source

Generate Tags & Push

Create

git tag -a v1.4 -m "my version 1.4"

Push

git push origin v1.5