-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (43 loc) · 1.08 KB
/
pubspec.yaml
File metadata and controls
56 lines (43 loc) · 1.08 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
50
51
52
53
54
55
56
name: csi_app
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.3
#---------PACKAGES-------------#
dependencies:
flutter:
sdk: flutter
# UTILITY PACAKES
carousel_slider: ^5.0.0
url_launcher: ^6.3.1
http: ^1.3.0
go_router: ^14.8.1
collection: ^1.18.0
photo_view: ^0.15.0
flutter_svg: ^2.1.0
#Icons
cupertino_icons: ^1.0.8
font_awesome_flutter: ^10.8.0
#State Management
flutter_riverpod: ^2.6.1
#---------./ PACKAGES-------------#
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
rive: ^0.13.20
flutter:
uses-material-design: true
#---------LOCAL ASSETS-------------#
assets:
- assets/images/
- assets/logos/
- assets/animation/
#---------LOCAL FONTS-------------#
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/poppins.ttf