bitchannel 1.0.3
bitchannel: ^1.0.3 copied to clipboard
A mix between an event-oriented package and a communication infrastructure package based on channels and bits of information.
CHANGELOG #
1.0.3 #
- Fixed small typo in
CHANGELOG.md - Added call to
super.dataindatagetters forResponseBitandRequestFailed - Added
Future()to handler call in_onBitBuilderto prevent responses to be triggered before the request itself - Removed need to specify bitChannel in
ResponseBit - Some code lifting in
helper_bits.dart
1.0.2 #
- Fixed an issue that would lead app to crash when using
BitReceiversub-classes (BitService,BitState,OnBit) andBit.logLevelhigher thanLogLevel.info
1.0.1 #
- Fixed repository URL
1.0.0 #
- Improved overall package documentation (code and metadata)
0.0.2 #
- Improved package description
- Fixed repository URL
- Fixed issue tracker URL
- Fixed package import in Getting started section from the README file
0.0.1 #
- Initial release