Introduction of fetching_state package
This package is inspired by the Union type provided by freezed package. But sometimes, it could be too complicating or you join...
Flutter Hooks – scratching the surface
With previous experience working with React, moving to Flutter, hooks are things that I feel missing the most. Hooks help a lot...
Flutter – The use of Selector in Provider package
When it comes to state management in Flutter, most of the time people prefer to use Provider. A package that is most...
Make a gradient button in Flutter
Gradient is coming back as a trend in UI design, I once have to create a button with a gradient background. Thanks...