flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

[Feature Request] Dart Package as Client Library for Flutter Apps #385

Open AmitSonkhiya opened 1 year ago

AmitSonkhiya commented 1 year ago

Hi,

Could the library be made available as Dart package to avail large file upload in Flutter apps? You could search for "Chunked upload" or "Tus Client" in this official package repository.

Thank you