MattiaPispisa/file_uploader
這個 Dart 套件提供了一種與實作無關的檔案上傳功能。支援以區塊方式上傳檔案,並內建重試處理機制。
- Stars
- 3
- Forks
- 1
- 最近推送(UTC)
- 2026年5月24日
- 專案狀態
- 未封存
語言DartC++CMakeHTMLRubySwiftCKotlinObjective-C
技術主題
使用的依賴
依賴清單 1 項
- melos開發依賴
6.0.0
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 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