Util classes for common use cases. This repo aims to provide classes to solve common problems in flutter. problems like:
- Ask location permission and get the user current location
- Format a number to a currency format and locale
- TextFormField for currency formatted values
- Refresh token for DIO
- Abstraction for local storage with SharedPreferences
All Pull Request titles and commits must follow the conventional commit message format:
feat: Add new feature
chore: Remove unused file
fix: Fix bug
refactor: Refactor code
style: Improve the style
docs: Update docs
This is used to automate the versioning of the packages.
Run and accept the versioning
melos version --all
Then, push the new version:
git push --follow-tags
- [rutils_core]
- [rutils_currency]
- [rutils_image]
- [rutils_local_storage]
- [rutils_location]
- [rutils_logger]
- [rutils_network]
- [rutils_uikit]
@Rodrigolmti @danilofuchs @pedroculque
flutter,utils,package