-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (68 loc) · 1.68 KB
/
pubspec.yaml
File metadata and controls
75 lines (68 loc) · 1.68 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
name: off_chat
description: "A new Flutter project."
publish_to: 'none'
version: 1.2.0+11
environment:
sdk: ^3.11.1
dependencies:
battery_plus: ^7.0.0
ble_peripheral:
path: ./packages/ble_peripheral
crclib: ^3.0.0
crypto: ^3.0.7
cryptography: ^2.9.0
disable_battery_optimization: ^1.1.2
flutter:
sdk: flutter
flutter_background_service: ^5.1.0
flutter_blue_plus: ^2.2.1
flutter_blue_plus_winrt: ^0.0.20
flutter_compass: ^0.8.1
flutter_image_compress: ^2.4.0
flutter_local_notifications: ^21.0.0
flutter_riverpod: ^3.3.1
flutter_secure_storage: ^10.2.0
geolocator: ^14.0.2
go_router: ^17.1.0
google_fonts: ^8.0.2
image_cropper: ^12.2.1
image_picker: ^1.2.1
intl: ^0.20.2
isar_community: ^3.3.2
isar_community_flutter_libs: ^3.3.2
logging: ^1.3.0
package_info_plus: ^9.0.1
path: ^1.9.1
path_provider: ^2.1.5
permission_handler: ^12.0.1
riverpod_annotation: ^4.0.2
shared_preferences: ^2.5.5
timeago: ^3.7.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
riverpod_generator: ^4.0.3
build_runner: ^2.4.13
isar_community_generator: ^3.3.2
analyzer: ^9.0.0
flutter_native_splash: ^2.4.7
flutter:
uses-material-design: true
assets:
- assets/images/
flutter_native_splash:
color: "#000000"
image: assets/images/off-chat-logo-transparent.png
android: true
ios: true
# For pre-Android 12
android_gravity: center
# For Android 12+
android_12:
image: assets/images/off-chat-logo-transparent.png
color: "#000000"
icon_background_color: "#000000"
image_dark: assets/images/off-chat-logo-transparent.png
color_dark: "#000000"
icon_background_color_dark: "#000000"