Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1016 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1016 Bytes

Basic Flutter Helper 🛠️

License: BSD-3-Clause

Flutter Utils Package: a simple solution for basic utilities to enhance your Flutter projects! Whether you need extensions for core data types, mixins for Cubits and Streams, or handy utilities for connectivity and logging, we've got you covered! 🚀

Features

  • Extensions: Enhance the functionality of core data types with extensions for DateTime, Duration, int, List, num, Platform, and String.
  • Mixins: Simplify your state management with mixins for Cubits and self-cancellable Cubits and Streams.
  • Utils: Streamline your app's connectivity and logging with convenient utilities.

Usage

You can access the example folder and run the app to see how the extensions work

Demo