flutter_bloc_generator 0.2.6 copy "flutter_bloc_generator: ^0.2.6" to clipboard
flutter_bloc_generator: ^0.2.6 copied to clipboard

outdated

Automatic BLoC generator for flutter that will generate BLoC architected code automatically.

0.2.6 #

  • Add MapperService, AsyncMapperService, RequireMapperService and RequireAsyncMapperService

0.2.5 #

  • Currect trigger types to Future<void> from void
  • Make mappers optionally async

0.2.4 #

  • Add TriggeredService

0.2.3 #

  • Allow mappers to return null to not add anything to the output

0.2.2 #

  • Added paramaters that can be passed to the BLoC and are accessible to BLoC services

0.2.1 #

  • Make requiring a service require the service type
  • Add BLoCService service that takes an entire BLoC instead of a Stream or Sink

0.2.0 #

  • Make mappers async

0.1.9 #

  • Make template value the only current value stored

0.1.8 #

  • Moved value updater before calling mappers
  • Updating latest values on template

0.1.7 #

  • OutputService automatic listener
  • OutputService automatic subscription disposer

0.1.6 #

  • Remove current data from mappers

0.1.5 #

  • Made services public members

0.1.4 #

  • Changed Service to InputService and added OutputService

0.1.3 #

  • Format code
  • Add example

0.1.2 #

  • Fix latest value updater for initial data

0.1.1 #

  • Change analyzer dependency to ^0.33.0 for compatability

0.1.0 #

  • Initial public release
0
likes
0
pub points
7%
popularity

Publisher

unverified uploader

Automatic BLoC generator for flutter that will generate BLoC architected code automatically.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, flutter_bloc_annotations, source_gen

More

Packages that depend on flutter_bloc_generator