MattiaPispisa/file_uploader
Este pacote Dart fornece uma funcionalidade de upload de arquivos que é independente da implementação. Oferece a capacidade de fazer upload de arquivos em partes com tratamento embutido de repetição.
- Stars
- 3
- Forks
- 1
- Último push (UTC)
- 24 de mai. de 2026
- Status do projeto
- Ativo
LinguagensDartC++CMakeHTMLRubySwiftCKotlinObjective-C
Tópicos técnicos
Dependências usadas
Lista de dependências 1 itens
- melosDesenvolvimento
6.0.0
README original
Texto original em inglês. Visite o GitHub para a versão atual.
Expandir / recolher README
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