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 개
  • melos개발 의존성6.0.0

원본 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