-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
63 lines (53 loc) · 1.29 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
49
50
51
52
53
54
55
56
57
58
59
60
61
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: 2.6.4
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '3.19.3'
dependencies:
animated_toggle_switch: ^0.8.0
bloc_concurrency: ^0.2.0
cupertino_icons: ^1.0.2
equatable: ^2.0.3
enum_to_string: ^2.0.1
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
flutter_localizations:
sdk: flutter
flutter_local_notifications: ^17.0.0
flutter_markdown: ^0.7.0
font_awesome_flutter: ^10.1.0
google_fonts: ^6.0.0
google_mobile_ads: ^5.0.0
http: ^1.0.0
intl: ^0.18.0
package_info_plus: ^8.0.0
shared_preferences: ^2.0.17
stream_transform: ^2.0.0
timezone: ^0.9.1
url_launcher: ^6.1.7
auto_size_text: ^3.0.0
sentry_flutter: ^8.0.0
in_app_review: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.14.0
bloc_test: ^9.1.1
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"