-
-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathpubspec.yaml
More file actions
77 lines (68 loc) · 1.73 KB
/
pubspec.yaml
File metadata and controls
77 lines (68 loc) · 1.73 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: pro_image_editor
description: "A Flutter image editor: Seamlessly enhance your images with user-friendly editing features."
version: 12.4.3
homepage: https://github.com/hm21/pro_image_editor/
repository: https://github.com/hm21/pro_image_editor/
documentation: https://github.com/hm21/pro_image_editor/
funding:
- https://github.com/sponsors/hm21
topics:
- image-editor
- image
- photo
- picture
- editor
screenshots:
- description: "Showcase from the image editor with the frosted-glass design"
path: assets/showcase-frosted-glass.jpg
- description: "Showcase from the image editor with the WhatsApp design"
path: assets/showcase-whatsapp.jpg
- description: "Showcase from the image editor with simple design"
path: assets/showcase.jpg
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: '>=3.11.0 <4.0.0'
flutter: ">=3.41.0"
dependencies:
flutter:
sdk: flutter
http: ^1.6.0
plugin_platform_interface: ^2.1.8
shared_preferences: ^2.5.4
vector_math: ^2.2.0
web: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.11.1
flutter_lints: ^6.0.0
import_sorter: ^4.6.0
mockito: ^5.6.3
network_image_mock: ^2.1.1
flutter:
plugin:
platforms:
android:
package: ch.waio.pro_image_editor
pluginClass: ProImageEditorPlugin
ios:
pluginClass: ProImageEditorPlugin
macos:
pluginClass: ProImageEditorPlugin
assets:
- path: lib/web/web_worker.dart.js
platforms: [web]
- path: lib/web/web_worker.dart.js.map
platforms: [web]
shaders:
- lib/shared/shaders/pixelate.frag
fonts:
- family: ProImageEditorIcons
fonts:
- asset: assets/fonts/ProImageEditorIcons.ttf