MattiaPispisa/file_uploader
Dieses Dart-Paket bietet eine implementationsunabhängige Datei-Upload-Funktionalität. Es ermöglicht das Hochladen von Dateien in Blöcken mit integrierter Wiederholungsbehandlung.
- Stars
- 3
- Forks
- 1
- Letzter Push (UTC)
- 24.05.2026
- Projektstatus
- Aktiv
SprachenDartC++CMakeHTMLRubySwiftCKotlinObjective-C
Technische Themen
Verwendete Abhängigkeiten
Abhängigkeiten 1 Einträge
- melosEntwicklung
6.0.0
Original-README
Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
Projekt-README ein-/ausklappen
File uploader
Getting Started
This repository is a Melos monorepo.
1. Install Melos (if needed)
dart pub global activate melos
2. Bootstrap all packages
Run the following command from the repository root:
dart run melos bs
melos bsrunspub getacross all packages and links local dependencies together.
Core
- en_file_uploader: core library that handle file upload.
Plugins
- http_file_uploader: plugin that handle file upload via
httppackage. - dio_file_uploader: plugin that handle file upload via
diopackage.
UI
- flutter_file_uploader: Flutter widgets that simplify the creation and use of the
en_file_uploaderlibrary
Tools
- file_uploader_socket_interfaces: common interfaces for plugins that handle file upload via socket
- file_uploader_utils: common test/example utils for file uploader packages