2 Star 0 Fork 0

fanbook/file_picker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
杨志豪 提交于 2024-08-15 17:10 . feat: 添加鸿蒙的原生实现
name: file_picker
description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
repository: https://github.com/miguelpruivo/flutter_file_picker
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
version: 4.6.1
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.2
plugin_platform_interface: ^2.0.0
ffi: ^1.1.2
path: ^1.8.0
win32: ^2.4.1
dev_dependencies:
lints: ^1.0.1
flutter_test:
sdk: flutter
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
flutter:
plugin:
platforms:
android:
package: com.mr.flutter.plugin.filepicker
pluginClass: FilePickerPlugin
ohos:
package: com.mr.flutter.plugin.filepicker
pluginClass: FilePickerPlugin
ios:
pluginClass: FilePickerPlugin
web:
pluginClass: FilePickerWeb
fileName: _internal/file_picker_web.dart
macos:
default_package: file_picker
windows:
default_package: file_picker
linux:
default_package: file_picker
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/fanbook/file_picker.git
git@gitee.com:fanbook/file_picker.git
fanbook
file_picker
file_picker
master

搜索帮助