A set of commonly used utilities for Flutter development.
Add the following to your dependencies
in pubspec.yaml
hasan_utils: <last_version>
Api
: A simpleDio
wrapper for API callsValidate
: Simple data validatorNavigation
: ANavigator
wrapperFileUtils
: File utilities e.g. delete()Alert
: Alert dialogs (simple and confirmation)Storage
: A Shared Preferences wrapperPersistence
: A data persistance tool for settings and more.FileDownloader
: A cancellable file downloader with progress.
- Add examples
- Add more tests
- Support
Storage
version migration
PRs are always welcome and appreciated!