tftp 1.2.4
tftp: ^1.2.4 copied to clipboard
A powerful TFTP package. This library provides a comprehensive set of functions and structures to simplify the creation of robust TFTP servers and clients.
1.0.0 Release tftp #
- Release a simple tftp server and tftp client
1.0.1 fix bug. #
- fix bug.
- format code.
- fix document.
1.1.0 support null safe. #
- support null safe.
- add analysis.
1.2.0 upgrade sdk>=3.3.0 #
- upgrade sdk
- fix byte list with growable=true
1.2.1 allow use with out flutter #
- allow use with out flutter
- fix: close all client socket when server close
1.2.2 fix pubspec #
- fix pubspec and remove flutter
1.2.3 update package description #
- update package description
1.2.4 add Get & Put permission. #
- Add Get & Put server permission control.
- fix transfer bug.
- fix Exception handler for server.