flutter_nfs 1.0.1
flutter_nfs: ^1.0.1 copied to clipboard
High-performance NFS client for Flutter with zero-copy optimizations, powered by libnfs.
1.0.1 #
- Fixed documentation comments and analysis issues.
- Improved pub.dev score.
1.0.0 #
- Renamed package to
flutter_nfs. - Added comprehensive write support (
write,createFile,truncate,fsync). - Added file management operations (
delete,mkdir,rmdir,rename,chmod,chown). - Added high-level
NfsClientAPI for file operations. - Updated documentation and examples.
0.1.0 #
- Initial release.
- Support for NFSv3/NFSv4.
- Zero-copy reads via Dart FFI.
- Portmapper bypass optimization.