lazy_extensions 2.1.0 lazy_extensions: ^2.1.0 copied to clipboard
Provide extensions and functions for various types to save time and efforts.
2.1.0 #
- Fixed doc comment
- Moved to [lazy_ui_utils]
- void openUrl(String string)
- void htmlWindowOnClose(Function action)
2.0.0 #
- Add LazyExtObject
- Add base.dart
- LazyExtDateTime
- add dayZero, zeroDay shorthand
1.0.3 #
- Update intl to 0.18.0
1.0.2 #
- Remove show
1.0.1 #
- Add
- byteStreamToString(Stream<List
<int>
> stream) - mediaStreamToString(Stream<List
<int>
> stream)
- byteStreamToString(Stream<List
1.0.0 #
- Initial version.