built_stream 1.0.17
built_stream: ^1.0.17 copied to clipboard
Provide built stream for Dart This library is the runtime dependency.
1.0.17 #
- remove
isLoadinginStreamState - add
toString()inStreamState
1.0.16 #
- update type of error property in StreamError from
Errortodynamicbecause not all of errors is subtype ofError
1.0.15 #
- switch type of propertyType of StreamResult and StreamParam from
TypetoStringbecause that Dart currently does not support generic runtime type likeList<int>
1.0.14 #
- Degrade meta library version to ^1.1.8
1.0.13 #
- Remove StreamResult and StreamParams interfaces
- Change Disposal interface to StreamBloc interface
- Update documents
1.0.7 #
- Update document
1.0.6 #
- Add new types: ErrorLocation and StreamError for error graceful handler
- Now allow wrap method with no params or not return
- Trigger stream that wrap a method with no params using EmptyParams object
1.0.5 #
- First release