-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
44 lines (39 loc) · 936 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
name: gify
description: Make GIF with video and images, control speed with fps, set size when create GIF
version: 1.0.7
homepage: https://github.com/swimmingkiim/gify
environment:
sdk: ">=2.18.6 <3.0.0"
flutter: ">=2.11.0"
dependencies:
cross_file: ^0.3.3+2
# ffmpeg_kit_flutter: ^5.1.0
ffmpeg_kit_flutter_full: ^5.1.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ^0.6.4
path_provider: ^2.0.11
plugin_platform_interface: ^2.0.2
universal_html: ^2.0.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
implements: gify
platforms:
android:
package: com.swimmingkiim.gify
dartPluginClass: GifyNative
pluginClass: GifyPlugin
ios:
dartPluginClass: GifyNative
web:
pluginClass: GifyWeb
fileName: gify_web.dart
assets:
- assets/web/js/
- assets/web/js/ffmpeg-core/