-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (22 loc) · 814 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
27 lines (22 loc) · 814 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
name: flutter_image_perspective_crop
description: "Flutter perspective crop editor with draggable handles, magnifier, controller, and OpenCV-based document detection and enhancement via flutter_opencv_ffi. Currently supports HarmonyOS (OHOS) only."
version: 0.0.4
homepage: https://github.com/ValueNotify666/flutter_image_perspective_crop
repository: https://github.com/ValueNotify666/flutter_image_perspective_crop
issue_tracker: https://github.com/ValueNotify666/flutter_image_perspective_crop/issues
environment:
sdk: ^3.6.2
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
image: ^4.8.0
flutter_opencv_ffi:
git:
url: https://github.com/ValueNotify666/flutter_opencv_ffi.git
ref: main
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter: