data_channel 3.0.0
data_channel: ^3.0.0 copied to clipboard
data_channel (DC) is a simple dart utility for handling exceptions and data routing.
3.0.0 #
- Breaking Change: Requires Dart SDK
>=3.0.0 <4.0.0 - Added
foldmethod for exhaustive pattern matching with required handlers - Added
mapDatamethod to transform successful data while preserving errors - Added
mapErrormethod to transform errors while preserving data - Improved type safety and null handling
- Enhanced documentation with additional examples
2.0.0+1 #
- Added null safety
1.0.4+1 #
- Fixed 'Dart_LoadScriptFromKernel: The binary program does not contain main' bug
1.0.3 #
- Description updates
1.0.0 #
- Initial release