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