statecraft 0.1.1
statecraft: ^0.1.1 copied to clipboard
Elegant state handling for Flutter and flutter_bloc. Build smooth async, form, list, and paginated states with ease.
Changelog #
All notable changes to this project will be documented here.
0.1.1 #
- Added tests
0.1.0 #
- Initial release of
statecraft
. - Introduced
AsyncState<T>
sealed class. - Includes
AsyncInitial
,AsyncLoading
,AsyncSuccess
, andAsyncFailure
. - Provides
when
,maybeWhen
, andwhenOrNull
APIs for clean state handling.