-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
46 lines (34 loc) · 940 Bytes
/
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
name: sokari_flutter_interview
description: Senior Flutter Engineer Interview | Stage 1
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.10+1
auto_size_text: ^3.0.0
flutter_map: ^7.0.1
latlong2: ^0.9.1
# device_preview: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/icons/
fonts:
- family: Euclid
fonts:
- asset: assets/fonts/euclid_circular_a_semibold.ttf
- asset: assets/fonts/euclid_circular_a_bold.ttf
weight: 800
- asset: assets/fonts/euclid_circular_a_light.ttf
- asset: assets/fonts/euclid_circular_a_medium.ttf
- asset: assets/fonts/euclid_circular_a_regular.ttf
style: normal