-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpubspec.yaml
45 lines (39 loc) · 919 Bytes
/
pubspec.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: gal
description: Flutter plugin to save images/videos to photos gallery with permission handling
version: 2.3.1
homepage: https://pub.dev/packages/gal
repository: https://github.com/natsuk4ze/gal
documentation: https://github.com/natsuk4ze/gal/wiki
funding:
- https://github.com/sponsors/natsuk4ze
topics:
- gallery
- video
- image
- photos
- util
screenshots:
- description: 'Logo of gal package.'
path: assets/logo.png
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.7.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ">=4.0.0 <6.0.0"
flutter:
plugin:
platforms:
android:
package: studio.midoridesign.gal
pluginClass: GalPlugin
ios:
pluginClass: GalPlugin
sharedDarwinSource: true
macos:
pluginClass: GalPlugin
sharedDarwinSource: true
windows:
pluginClass: GalPluginCApi