41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: image_cropper_example
|
|
description: Demonstrates how to use the flutter_image_cropper plugin.
|
|
|
|
# The following defines the version and build number for your application.
|
|
# A version number is three numbers separated by dots, like 1.2.43
|
|
# followed by an optional build number separated by a +.
|
|
# Both the version and the builder number may be overridden in flutter
|
|
# build by specifying --build-name and --build-number, respectively.
|
|
# Read more about versioning at semver.org.
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.16.2 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
image_picker: ^0.8.7+5
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.4
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^1.0.0
|
|
|
|
dotted_border: ^2.0.0+2
|
|
image_cropper:
|
|
path: ../
|
|
|
|
flutter:
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
# included with your application, so that you can use the icons in
|
|
# the material Icons class.
|
|
uses-material-design: true
|