-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
56 lines (37 loc) · 1.01 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
name: finance_friend
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# hive is package that we are using to store data offline and keep it private only for you
hive: ^2.1.0
# get it we are using this package for dependency injection
get_it: ^7.2.0
# we are get for statemanagement
get: ^4.6.1
animated_bottom_navigation_bar: ^0.3.3
# this package is for animated image in flutter
lottie: ^1.3.0
# formating date/time, currency and necessary formating
intl: ^0.17.0
syncfusion_flutter_calendar: ^20.1.60
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/svg/
- assets/lootie/
- assets/images/
fonts:
- family: Poppins-Black
fonts:
- asset: assets\fonts\Poppins-Black.ttf