forked from timcreatedit/body_part_selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
38 lines (32 loc) · 977 Bytes
/
pubspec.yaml
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
name: body_part_selector
description: A beautiful selector for different body parts
version: 0.0.2
homepage: https://www.fyzo.de
repository: https://github.com/fyzo-dev/body_part_selector
issue_tracker: https://github.com/fyzo-dev/body_part_selector
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_svg: ^1.1.0
touchable: ^1.0.2
freezed_annotation: ^2.0.3
rotation_stage: ^0.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
build_runner: ^2.1.11
freezed: ^2.0.3+1
json_serializable: ^6.2.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
assets:
- packages/body_part_selector/m_front.svg
- packages/body_part_selector/m_left.svg
- packages/body_part_selector/m_back.svg
- packages/body_part_selector/m_right.svg