-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 792 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (26 loc) · 792 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
30
31
32
name: native_image_cropper_web_example
description: Demonstrates how to use the native_image_cropper_web plugin.
publish_to: none
version: 1.0.0+1
environment:
sdk: ^3.8.0
dependencies:
flutter:
sdk: flutter
native_image_cropper_web:
# When depending on this package from a real application you should use:
# native_image_cropper_web: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
file_saver: ^0.3.0
dev_dependencies:
flutter_test:
sdk: flutter
cosee_lints: 0.12.0
dart_code_linter: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/sail-boat.png