halo 1.0.0
halo: ^1.0.0 copied to clipboard
Personal flutter all-in-one package.
Personal flutter all-in-one package.
Features #
Add serveral extensions and function for my flutter development.
workflow #
- Add features
- Check if new features (files) are added to
lib/src/halo.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;