halo_state 1.0.0
halo_state: ^1.0.0 copied to clipboard
Personal flutter state management package
Personal flutter state management package
workflow #
- Add features
- Check if new features (files) are added to
lib/src/halo_state.dart
- Write Unit Test if possible
- Check if new features (files) are added to
- Update version in
pubspec.yaml
- Update
CHANGELOG.md
- Run
flutter pub publish
git add .;git add .;git add .;git commit -m 'New feature'; git fetch;