Features:
- Support flutter_bloc: ^4.0.0
- Provide short, clear, separated base classes for both UI (screen) and logic (processor)
Updates:
- Fixed static analysis issues
- Updated example dependency point to pub.dev
Updates:
- Updated flutter_bloc version to 7.0.1 for support Null Safety
- Updated example code
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
Updates:
- Fix issue: 'processor' not initialize when 'hot reload' only, not in production app
Updates:
- Migrate flutter_bloc to 8.1.1
- Add StateEmitter class for simple state producer usages