-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpubspec.yaml
More file actions
73 lines (61 loc) · 1.88 KB
/
pubspec.yaml
File metadata and controls
73 lines (61 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: vietmap_map
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+29
environment:
sdk: '>=2.19.6 <3.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_svg: ^1.1.6
geolocator: ^10.1.0
dartz: ^0.10.1
dio: ^5.2.1+1
flutter_easyloading: ^3.0.5
intl: ^0.18.1
google_fonts: ^4.0.0
flutter_bloc: ^8.1.3
sliding_up_panel2: ^3.3.0+1
equatable: ^2.0.5
vietmap_flutter_gl: 4.0.1
hive_flutter: ^1.1.0
vietmap_gl_platform_interface: 1.0.0
vietmap_flutter_navigation: 4.0.0
talker: ^3.1.4
flutter_dotenv: ^5.1.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
build_runner: ^2.4.6
flutter_launcher_icons: ^0.14.3
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/vietmap.jpg
- assets/images/
- assets/svg/
- assets/navigation_symbol/
- shorebird.yaml
- assets/images/vm_demo.png
- assets/tiles/
- .env
# flutter pub run build_runner build
flutter_icons:
android: false #"launcher_icon"
ios: true
image_path: "assets/images/vm_demo.png"
remove_alpha_ios: true
min_sdk_android: 21 # android min sdk min:16, default 21
# flutter pub run build_runner build