flutter_upchunk 0.1.3
flutter_upchunk: ^0.1.3 copied to clipboard
A chunk uploader based on the JS library https://github.com/muxinc/upchunk done by MUX, Inc.
CHANGES #
0.1.3 - 2020-11-04 #
- Fix on
onProgress
callback, method_sendChunks
was reporting inaccurate value (slightly less than real).
0.1.2 - 2020-11-04 #
- Updated readme file with the correct import directive
0.1.1 - 2020-11-04 #
- Tested on live project and ready for use
- Making ConnectionStatusSingleton private
- Changing file structure
0.1.0 - 2020-11-04 #
- Initial release, not yet tested on a project