-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
51 lines (45 loc) · 1.03 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
name: virtual_waiter
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: '>=3.2.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
socket_io_client: ^2.0.3+1
get: ^4.6.6
cupertino_icons: ^1.0.2
loading_animation_widget: ^1.2.1
intl: ^0.17.0
obs: ^0.0.4
cached_network_image: ^3.3.1
reward_popup: ^0.0.7
uuid: ^4.4.0
flutter_svg: ^2.0.10+1
flutter_shimmer: ^2.0.0
shimmer: ^2.0.0
http: ^1.2.2
numberpicker: ^2.1.2
money_formatter: ^0.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
animated_text_kit: ^4.2.2
get: ^4.6.6
flutter:
assets:
- images/
uses-material-design: true
fonts:
- family: Saira
fonts:
- asset: fonts/Saira-SemiBold.ttf
style: italic
- family: Balow
fonts:
- asset: fonts/Barlow-Regular.ttf
- asset: fonts/Barlow-Light.ttf
- asset: fonts/Barlow-Medium.ttf
- asset: fonts/Barlow-SemiBold.ttf