eventstateprocessor 0.1.0
eventstateprocessor: ^0.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:
- Fix static analysis issues
- Update example dependency point to pub.dev
0.1.0 - 2021-07-20 #
Updates:
- Update flutter_bloc version to 7.0.1 for support Null Safety
- Update example code