-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (40 loc) · 1.02 KB
/
pubspec.yaml
File metadata and controls
49 lines (40 loc) · 1.02 KB
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
name: calculator
description: A Simple but elegant Calculator app made with Flutter with Currency (Exchange Rate) & Unit Converter.
publish_to: "none" # to prevent accidental publication of package to pub.dev
version: 0.2.5+7
environment:
sdk: "3.11.5"
dependencies:
flutter:
sdk: flutter
cupertino_icons: 1.0.9
font_awesome_flutter: 11.0.0
math_expressions: ^3.1.0
intl: ^0.20.2
http: 1.6.0
flutter_riverpod: 3.3.1
shared_preferences: 2.5.5
flutter_dotenv: ^6.0.1
url_launcher: ^6.3.2
rflutter_alert: ^2.0.7
package_info_plus: ^10.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700