-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
61 lines (48 loc) · 1.25 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: bmi_calculator
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
cupertino_icons: ^1.0.8
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
iconsax: ^0.0.8
intl: ^0.19.0
path: ^1.8.3
provider: ^6.1.1
rive: ^0.13.12
shared_preferences: ^2.3.1
sqflite: ^2.3.0
syncfusion_flutter_core: ^26.1.42
syncfusion_flutter_sliders: ^26.1.42
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.3
flutter:
fonts:
- family: Pixels
fonts:
- asset: assets/fonts/Pixels.otf
uses-material-design: true
assets:
- assets/images/background.png
- assets/images/box_empty.png
- assets/images/scale.png
- assets/images/boy.png
- assets/images/girl.png
- assets/images/monster.png
- assets/images/ogre.png
- assets/animations/character_boy_sad.riv
- assets/animations/character_boy.riv
- assets/animations/character_girl_sad.riv
- assets/animations/character_girl.riv
- assets/animations/character_monster_sad.riv
- assets/animations/character_monster.riv
- assets/animations/character_ogre_sad.riv
- assets/animations/character_ogre.riv