monolib_dart 0.0.17
monolib_dart: ^0.0.17 copied to clipboard
A collection of general purpose libraries for dart projects
0.0.17 #
- Enhances
Batcherwith proper asynchronous disposal (waits for all in-flight batches) and allows nullable limits (maxBatchSize/maxDuration). AddsthrowOnAddAfterDisposeconfiguration flag. - Adds
OnStreamOfListOfIntextension onStream<List<int>>withreadLine()andutf8DecodeAndLineSplit().
0.0.16 #
- Adds
jsonEncodeAsyncForIOSink,jsonlEncodeAsyncForIOSink, andcsvEncodeAsyncForIOSink
0.0.15 #
- Adds
csvEncodeAsyncasynchronous CSV stream encoder - Adds
OnFutureFunctionextension withasyncCallWithRetryOnFailureandasyncRetryOnFailureglobal function
0.0.14 #
- Adds
withIOSinktoIOSink
0.0.13 #
- Adds
withIOSinktoIOSink Function()
0.0.12 #
- Actually adds jsonlEncodeAsync
0.0.11 #
- Adds jsonlEncodeAsync
0.0.10 #
- Adds
toExtendedRadixStringextension method toint - Removes
min()andmax()extension methods
0.0.9 #
- Adds
OnString.parseAsFluentJsonextension - Adds CSV codec and extensions
- Adds
OnDouble,OnFunctionWithNoArguments,OnFunctionWithOneArgument,OnIterableOfNum,OnListOfLists, andOnStringextensions. - Adds
TableCellAlignLeftandTableCellAlignRightfor table formatting.
0.0.8 #
- Fixes ConcurrentModificationError in PillarChangeNotifier during notification.
- Extracts PillarChangeNotifierInternal into a separate file.
0.0.7 #
- Adds
JsonlCodec - Adds
OnIterableOfStreamControllers - Adds
OnFunctionReturningList - Adds
OnListOfStreamControllers - Adds
OnStreamController - Adds
OnStreamOfLists - Adds
SingleValueCachingStream - Adds
StreamWithClose
0.0.6 #
- Adds
NullIOSink
0.0.5 #
- Changes
jsonEncodeAsyncsignature to useObject?instead ofdynamic
0.0.4 #
- Adds
jsonEncodeAsyncstreaming JSON encoder
0.0.3 #
- Adds various extension methods
- Adds FluentJson
0.0.2 #
0.0.1 #
0.0.0 #
- Initial version.