FLUTTER ECOSYSTEM

MattiaPispisa/file_uploader

This Dart package provides a file upload functionality that is implementation-agnostic. Provides the capability to upload a file in chunks with built-in retry handling.

file_uploader project cover
Stars
3
Forks
1
Last push (UTC)
May 24, 2026
Project status
Active
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, ItalyOfficial website ↗
LanguagesDartC++CMakeHTMLRubySwiftCKotlinObjective-C

Technical topics

Dependencies used

Dependency list 1 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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