blob: 6a0debeb846fe7a1d4dd0b78997c974b847e18ef [file] [log] [blame]
name: path_drawing
version: 1.0.1
description: >
A flutter library to help with (Canvas) Path creation and manipulation
homepage: https://github.com/dnfield/flutter_path_drawing
dependencies:
vector_math: ^2.1.0
meta: ^1.3.0
path_parsing: ^1.0.1
flutter:
sdk: flutter
dev_dependencies:
path: ^1.8.0
test: ^1.16.0
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# There's no need to include these as we don't use them.
# This fixes an issue when our plugin is imported into a project that also
# uses no material icons.
uses-material-design: false
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.24.0-7.0'