anio 2.0.8
anio: ^2.0.8 copied to clipboard
Anio is a library that complements `dart:io` to make it much easier to access, store, and process your data.
2.0.8 #
- Optimize
FileHandle,FileSourceandFileSink.
2.0.6 #
- Add constructors for
Buffer.
2.0.5 #
- Add
BufferedSource.startsWithandBufferedSource.startsWithBytes. - Modify the parameter type of
BufferedSource.indexOfBytestoList<int>. - Fix bugs.
2.0.4 #
- Fix bugs.
2.0.3 #
- Hide
RealBufferedSourceandRealBufferedSink.
2.0.2 #
- Fix bugs.
2.0.1 #
- Add nullable extension.
2.0.0 #
- Break change.
1.1.0 #
- Add
useto close io. - Add
FileHandleto handle file operations. - Optimize
StreamSourceandStreamSink.
1.0.0 #
- Initial version.