-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
33 lines (29 loc) · 849 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
name: body_part_selector
description: A beautiful selector for different body parts
version: 0.2.0
homepage: https://www.whynotmake.it
repository: https://github.com/timcreatedit/body_part_selector
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
flutter_svg: ">=1.1.0 <2.0.0" # https://github.com/dnfield/flutter_svg/issues/969
freezed_annotation: ">=2.4.0 <3.0.0"
rotation_stage: ^0.3.0
touchable: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
freezed: ">=2.4.0 <3.0.0"
json_serializable: ">=6.8.0 <7.0.0"
lintervention: ^0.1.1
melos: ^6.0.0
mocktail: ^1.0.3
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