-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (41 loc) · 1.08 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
name: dikitis_web
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.0.5<4.0.0"
# flutter build web --release --dart-define=FLUTTER_WEB_USE_SKIA=true --web-renderer html
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
auto_size_text: ^3.0.0
http: ^1.1.0
lottie: ^2.6.0
get: ^4.6.5
get_storage: ^2.1.1
connectivity_plus: ^4.0.2
intl: ^0.18.1
pin_code_fields: ^8.0.1
dev_dependencies:
flutter_lints: ^2.0.3
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/lotties/
- assets/images/
fonts:
- family: poppins_bold
fonts:
- asset: assets/fonts/Poppins-Bold.ttf
- family: poppins_medium
fonts:
- asset: assets/fonts/Poppins-Medium.ttf
- family: poppins_semi_bold
fonts:
- asset: assets/fonts/Poppins-SemiBold.ttf