-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
62 lines (52 loc) · 1.27 KB
/
Copy pathpubspec.yaml
File metadata and controls
62 lines (52 loc) · 1.27 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
name: chabo_app
description: Mobile app to get the closing and opening schedules of the Chaban Delmas bridge located in Bordeaux, France
publish_to: 'none'
version: 0.0.0+dev
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '3.41.9'
dependencies:
animated_toggle_switch: ^0.8.0
bloc_concurrency: ^0.3.0
cupertino_icons: ^1.0.2
equatable: ^2.0.3
enum_to_string: ^2.0.1
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
flutter_localizations:
sdk: flutter
flutter_local_notifications: ^21.0.0
font_awesome_flutter: ^11.0.0
google_fonts: ^8.1.0
google_mobile_ads: ^8.0.0
http: ^1.0.0
intl: ^0.20.2
package_info_plus: ^10.1.0
shared_preferences: ^2.0.17
stream_transform: ^2.0.0
timezone: ^0.11.0
url_launcher: ^6.1.7
auto_size_text: ^3.0.0
sentry_flutter: ^9.4.0
in_app_review: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.0
bloc_test: ^10.0.0
mockito: ^5.4.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/licenses/
flutter_icons:
android: true
ios: false
remove_alpha_ios: false
image_path: assets/images/chabo_icon.png
adaptive_icon_foreground: assets/images/chabo_icon.png
adaptive_icon_background: "#FFFFFF"