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! 🚀
- Extensions: Enhance the functionality of core data types with extensions for
DateTime
,Duration
,int
,List
,num
,Platform
, andString
. - 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.
You can access the example
folder and run the app to see how the extensions work