1 Star 0 Fork 12

夜琉璃君/flutter_image_gallery_saver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
cj-and 提交于 2024-03-13 09:48 +08:00 . 适配OH
name: image_gallery_saver
description: A flutter plugin for save image to gallery, iOS need to add the following keys to your Info.plist file.
version: 2.0.3
homepage: https://github.com/hui-z/image_gallery_saver
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.example.imagegallerysaver
pluginClass: ImageGallerySaverPlugin
ios:
pluginClass: ImageGallerySaverPlugin
ohos:
package: com.example.imagegallerysaver
pluginClass: ImageGallerySaverPlugin
dev_dependencies:
flutter_test:
sdk: flutter
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yeliulee/flutter_image_gallery_saver.git
git@gitee.com:yeliulee/flutter_image_gallery_saver.git
yeliulee
flutter_image_gallery_saver
flutter_image_gallery_saver
master

搜索帮助