any_of 0.0.5
any_of: ^0.0.5 copied to clipboard
A Flutter package for working with algebraic data types (ADTs) representing "any-of" values with multiple options.
0.0.5 #
- Removed nullability on some
mapmethods
0.0.4 #
- Addeed
runfunction - Added comments for most methods
0.0.3 #
- Made
map()function parameters nullable - Added
toString()method to response types - Added
InternalErrorresponse type
0.0.2 #
- Made
on()function parameters nullable
0.0.1 #
- Implemented basic functionalities