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