-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
64 lines (55 loc) · 1.39 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
61
62
63
64
name: scientific_calculator
description: Scientific Calculator in Flutter
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
age: ^0.0.1
table_calendar: ^2.3.0
flutter_localizations:
sdk: flutter
google_fonts: 1.1.0
math_expressions: ^2.0.0
material_design_icons_flutter: 4.0.5755
flutter_vector_icons: ^0.2.1
charts_flutter: ^0.8.1
rflutter_alert: ^1.0.3
cupertino_icons: ^0.1.3
english_words: ^3.1.5
font_awesome_flutter: ^8.5.0
scoped_model: "^0.3.0"
http: ^0.12.0
shared_preferences: ^0.5.1+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.5
flutter_icons:
ios: true
android: true
image_path_ios: assets/icon/icon_ios.png
image_path_android: assets/icon/icon_android.png
adaptive_icon_background: assets/icon/icon_background.png
adaptive_icon_foreground: assets/icon/icon_foreground.png
flutter:
assets:
- images/icon.png
- images/length.png
- images/logo.jpeg
- images/money.png
uses-material-design: true
fonts:
- family: Ruge Boogie
fonts:
- asset: fonts/RugeBoogie-Regular.ttf
weight: 300
- family: Quicksand
fonts:
- asset: assets/Quicksand-Regular.ttf
- family: Trajan Pro
fonts:
- asset: fonts/TrajanPro.ttf
- asset: fonts/TrajanPro_Bold.ttf
weight: 700