blocstar 1.0.4 copy "blocstar: ^1.0.4" to clipboard
blocstar: ^1.0.4 copied to clipboard

outdated

Bloc based nano framework, that helps structure how your flutter code is laid out and written.

[0.0.5] - TODO: Add release date. #

  • Made onAppStateChanged mandatory in BlocModelBase

[0.0.6] - TODO: Add release date. #

  • Stopped rethrowing exceptions caught in the bloc runner

[0.0.7] - TODO: Add release date. #

  • Added functionality to catch errors

[0.0.8] - TODO: Add release date. #

  • Gave timeout result a higher precedence than general exceptions

[0.0.9] - Convenience. #

  • Convenience method for running async directly from bloc

[0.0.11] - Refactor. #

  • Renamed method 'bootstrapper' to more descriptive 'bind' in BlocWidgetState

[0.0.12] - Refactor. #

  • Added a working example to demonstrate how to use the code

[0.0.13] - Refactor. #

  • Added functionality for self-canceling of tasks that throw exceptions or those that timeout

[0.0.14] - Bugfix. #

  • Fixed issue that was resulting in timed-out calls later returning a value when they should return null.

[0.0.15] - Bugfix. #

  • Fixed issue that was resulting in timed-out calls later returning a value when they should return null (for real this time).

[0.0.16] - Bugfix. #

  • Fixed issue that was resulting in timed-out calls later returning a value when they should return null (super for real this time).

[0.0.17] - Bugfix. #

  • Simple refactor

[0.0.19] - Refactor. #

  • Changed confusing name 'model' to 'context'

[0.1.2] - Refactor. #

  • Simple refactor

[0.0.20] - Bugfix. #

  • Simple refactor

[0.0.21] - Refactor. #

  • Removed unnecessary cast

[0.0.22] - New Functionality. #

  • Added code to assist with serialization and deserialization of models

[0.0.23] - New Functionality. #

  • Fixed crash

[0.1.0] - DRYing up code. #

  • Outsourced object creation to the excellent bargain_di package

[1.0.4] - Added documentation. #

  • Added documentation
1
likes
0
pub points
40%
popularity

Publisher

unverified uploader

Bloc based nano framework, that helps structure how your flutter code is laid out and written.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, bargain_di, flutter

More

Packages that depend on blocstar