anio 2.0.10
anio: ^2.0.10 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.10 #
- Update dependencies.
2.0.9 #
- Make
FileHandleBase.openCount
protected.
2.0.8 #
- Optimize
FileHandle
,FileSource
andFileSink
.
2.0.6 #
- Add constructors for
Buffer
.
2.0.5 #
- Add
BufferedSource.startsWith
andBufferedSource.startsWithBytes
. - Modify the parameter type of
BufferedSource.indexOfBytes
toList<int>
. - Fix bugs.
2.0.4 #
- Fix bugs.
2.0.3 #
- Hide
RealBufferedSource
andRealBufferedSink
.
2.0.2 #
- Fix bugs.
2.0.1 #
- Add nullable extension.
2.0.0 #
- Break change.
1.1.0 #
- Add
use
to close io. - Add
FileHandle
to handle file operations. - Optimize
StreamSource
andStreamSink
.
1.0.0 #
- Initial version.