hasan_utils 1.1.2 copy "hasan_utils: ^1.1.2" to clipboard
hasan_utils: ^1.1.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 simple Dio wrapper for API calls
  • Validate: Simple data validator
  • Navigation: A Navigator wrapper
  • FileUtils: File utilities e.g. delete()
  • Alert: Alert dialogs (simple and confirmation)
  • Storage: A Shared Preferences wrapper
  • Persistence: 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!

1
likes
110
pub points
31%
popularity

Publisher

verified publisherhighestweb.com

A set of commonly used utilities for faster Flutter development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, fast_localization, flutter, shared_preferences, stack_trace

More

Packages that depend on hasan_utils