FLUTTER ECOSYSTEM

MattiaPispisa/file_uploader

这个 Dart 包提供了一种与实现无关的文件上传功能。支持以分块方式上传文件,并内置了重试处理机制。

文件上传器 项目封面
Stars
3
Forks
1
最近推送(UTC)
2026年5月24日
项目状态
未归档
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, Italy官方网站 ↗
语言DartC++CMakeHTMLRubySwiftCKotlinObjective-C

技术话题

使用的依赖

依赖清单 1 项

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 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