MattiaPispisa/file_uploader
यह डार्ट पैकेज एक कार्यान्वयन-अनिर्भर फ़ाइल अपलोड कार्यक्षमता प्रदान करता है। स्वचालित पुनर्प्रयास हैंडलिंग के साथ फ़ाइल को खंडों में अपलोड करने की क्षमता प्रदान करता है।
- Stars
- 3
- Forks
- 1
- अंतिम पुश (UTC)
- 24 मई 2026
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँ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