bloc_enhancer 0.3.0 bloc_enhancer: ^0.3.0 copied to clipboard
An annotation package simplifying Bloc event and state classes, enhancing code readability and reducing naming conflicts.
bloc_enhancer
#
bloc_enhancer
is an annotation package designed to simplify and enhance the development experience when working with Bloc in Dart. It provides annotations that streamline the creation of Bloc event and state classes, reducing verbosity and minimizing naming conflicts.
Features #
-
Event Invocation Simplification: A simplified syntax for event invocation, making code more readable and reducing potential naming clashes.
-
Type Checks and Guards: Simplified bloc state type checks and guards, allowing developers to check states more intuitively and retrieve states with ease.
Read more about how to use bloc_enhancer
in bloc_enhancer_gen
.
License #
This software is released under the Apache 2.0 license. https://www.apache.org/licenses/LICENSE-2.0