-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 918 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: flutter_image_gallery_saver
description: "Flutter Image Gallery Saver is a plugin that lets you save images and videos to the device gallery on Android and iOS, streamlining media storage for your apps."
version: 1.1.3
homepage: https://github.com/knottx/flutter_image_gallery_saver
repository: https://github.com/knottx/flutter_image_gallery_saver
issue_tracker: https://github.com/knottx/flutter_image_gallery_saver/issues
topics: [gallery, image, save, photos, videos]
funding: [https://github.com/sponsors/knottx]
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ">=5.0.0 <7.0.0"
pigeon: ^26.1.2
flutter:
plugin:
platforms:
android:
package: dev.knottx.flutter_image_gallery_saver
pluginClass: FlutterImageGallerySaverPlugin
ios:
pluginClass: FlutterImageGallerySaverPlugin