eventstateprocessor 1.1.0 copy "eventstateprocessor: ^1.1.0" to clipboard
eventstateprocessor: ^1.1.0 copied to clipboard

A Flutter package that wrap flutter bloc package for clearer implementation

0.0.1 - 2020-07-07 #

1st version #

Features:

  • Support flutter_bloc: ^4.0.0
  • Provide short, clear, separated base classes for both UI (screen) and logic (processor)

0.0.2 - 2021-04-16 #

Updates:

  • Fixed static analysis issues
  • Updated example dependency point to pub.dev

0.1.0 - 2021-07-20 #

Updates:

  • Updated flutter_bloc version to 7.0.1 for support Null Safety
  • Updated example code

1.0.0 - 2022-01-19 #

Updates:

  • Changed 'CoreScreen' Widget to 'StatefulWidget' for support:
    • Screen init, dispose callback
    • TickerProvider for animation
  • Added shortcut, util functions:
    • BuildContext quick access
    • Processor and currentState quick access
  • Added 'request call' from processor to screen for some purpose like: navigation ...
  • Updated example code

1.0.1 - 2022-02-28 #

Updates:

  • Fix issue: 'processor' not initialize when 'hot reload' only, not in production app

1.1.0 - 2022-10-05 #

Updates:

  • Migrate flutter_bloc to 8.1.1
  • Add StateEmitter class for simple state producer usages
4
likes
140
points
30
downloads

Publisher

verified publisherextremevn.com.vn

Weekly Downloads

A Flutter package that wrap flutter bloc package for clearer implementation

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on eventstateprocessor