FLUTTER ECOSYSTEM

MattiaPispisa/file_uploader

このDartパッケージは実装に依存しないファイルアップロード機能を提供します。組み込みの再試行処理により、ファイルをチャンク単位でアップロードできます。

ファイルアップローダー のプロジェクト画像
Stars
3
Forks
1
最終プッシュ(UTC)
2026/05/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