bloc_ease 0.1.1 copy "bloc_ease: ^0.1.1" to clipboard
bloc_ease: ^0.1.1 copied to clipboard

A dart library to solve boilerplate issues with flutter_bloc by just using typedefs instead of defining state classes.

0.1.0 #

  • FourStates declaration
  • BlocEaseStateWidgetsProvider widget - Used to configure default state widgets
  • FourStateBuilder widget - Used instead of BlocBuilder which gives typesafe success object to build UI
  • FourStateListener widget - Used instead of BlocListener which gives typesafe success object
  • FourStateConsumer widget - Used instead of BlocConsumer
  • Context extensions
    • initialStateWidget - Gives default initial state widget
    • loadingStateWidget - Gives default loading state widget
    • failedStateWidget - Gives default failed state widget
  • Included Intellj and VSCode extensions to create cubit/bloc
11
likes
0
points
207
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library to solve boilerplate issues with flutter_bloc by just using typedefs instead of defining state classes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on bloc_ease