-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpubspec.yaml
More file actions
96 lines (89 loc) · 2.52 KB
/
Copy pathpubspec.yaml
File metadata and controls
96 lines (89 loc) · 2.52 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: stops_sg
description: A Flutter application that displays live bus timings for bus stops in Singapore
version: 1.1.5+25
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
after_layout: ^1.1.0
android_alarm_manager_plus: ^4.0.3
animations: ^2.0.2
auto_size_text: ^3.0.0
collection: ^1.18.0
cupertino_icons: ^1.0.4
drift_flutter: ^0.2.1
drift: ^2.27.0
dynamic_color: ^1.4.0
edit_distance: ^0.5.0-nullsafety.0
expandable: ^5.0.1
flex_color_scheme: ^8.2.0
flutter_hooks: ^0.21.2
flutter_keyboard_visibility: ^6.0.0
flutter_local_notifications: ^18.0.1
flutter_nfc_kit: ^3.6.0
flutter_riverpod: ^3.0.0-dev.3
flutter_svg: ^2.0.9
go_router: 15.1.3
google_fonts: ^6.1.0
google_maps_flutter: ^2.6.1
hooks_riverpod: ^3.0.0-dev.3
http: ^1.2.0
intl: ^0.20.2
latlong2: ^0.9.0
# Workaround: location 8.0.1 causes an issue with building for web
# See: https://github.com/Lyokone/flutterlocation/issues/1031
location: 8.0.1
package_info_plus: ^8.1.0
path_provider: ^2.0.0
path: ^1.8.0
provider: ^6.0.1
quick_actions: ^1.0.7
riverpod_annotation: ^3.0.0-dev.3
rubber: ^1.0.1
shared_preferences: ^2.0.9
shimmer: ^3.0.0
sqlite3_flutter_libs: ^0.5.20
sqlite3: ^2.3.0
url_launcher: ^6.0.17
# Workaround: location 8.0.1 causes an issue with building for web
# See: https://github.com/Lyokone/flutterlocation/issues/1031
dependency_overrides:
# Waiting for https://github.com/Lyokone/flutterlocation/issues/1031
location_web:
git:
url: https://github.com/Lyokone/flutterlocation
path: packages/location_web
ref: location-v8.0.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.15
build_verify: ^3.1.0
custom_lint: ^0.7.5
drift_dev: ^2.27.0
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
go_router_builder: ^2.9.0
riverpod_generator: ^3.0.0-dev.3
riverpod_lint: ^3.0.0-dev.3
flutter_icons:
android: true
ios: true
image_path: "assets/images/icon/icon.png"
adaptive_icon_foreground: "assets/images/icon/icon_fg.png"
adaptive_icon_background: "assets/images/icon/icon_bg.png"
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/images/bus-stop.svg
- assets/images/bus-articulated-front.svg
- assets/images/bus-double-decker.svg
- assets/images/bus-stop.svg
- assets/images/pin.svg
- assets/images/pin-outline.svg
- assets/images/icon/
- assets/secrets.json
- assets/maps/map_style_dark.json