hasan_utils 1.0.2 hasan_utils: ^1.0.2 copied to clipboard
A set of commonly used utilities for faster Flutter development.
hasan_utils #
A set of commonly used utilities for Flutter development.
Getting Started #
Add the following to your dependencies
in pubspec.yaml
hasan_utils: <last_version>
Utilities #
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.
TODO #
- ❌ Add examples
- ❌ Add more tests
- ❌ Support
Storage
version migration
PRs are always welcome and appreciated!