FLUTTER ECOSYSTEM

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.

Capa do projeto Upload de Arquivo
Stars
3
Forks
1
Último push (UTC)
24 de mai. de 2026
Status do projeto
Ativo
Mattia GitHub avatar
GITHUB User

Mattia ↗

I have always been passionate about mobile development. I started with iOS and then transitioned to a hybrid approach.

MVLabsUdine, ItalySite oficial ↗
LinguagensDartC++CMakeHTMLRubySwiftCKotlinObjective-C

Tópicos técnicos

Dependências usadas

Lista de dependências 1 itens
  • melosDesenvolvimento6.0.0

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

File uploader

Maintained with Melos

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 bs runs pub get across all packages and links local dependencies together.


Core

Plugins

UI

  • flutter_file_uploader: Flutter widgets that simplify the creation and use of the en_file_uploader library

Tools