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
Storage
version migration
PRs are always welcome and appreciated!