dartsult 0.1.3
dartsult: ^0.1.3 copied to clipboard
A library implements Rust style [Result] for Dart error handle.
0.1.3 #
- fix
metadependency conflict withflutter_test
0.1.2 #
- add detailed comments for methods in
Result - add more test cases
- rename
core.darttoresult.dart
0.1.1 #
- remove some documents
- update README
0.1.0 #
- add
map,mapError,mapOrandmapOrElsemethods - reconstruct
ResulttoResult<T, E> - private
Ok<T>andError<T>
0.0.1 #
- Initial version.