This repository was archived by the owner on Oct 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
109 lines (96 loc) · 2.36 KB
/
pubspec.yaml
File metadata and controls
109 lines (96 loc) · 2.36 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
97
98
99
100
101
102
103
104
105
106
107
108
109
name: beakin
description: "BLE based Social Discovery App."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.8.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dchs_flutter_beacon: ^0.6.4
permission_handler: ^11.4.0
animations: ^2.0.11
font_awesome_flutter: ^10.8.0
ble_peripheral: ^2.4.0
rxdart: ^0.28.0
meta: ^1.16.0
flutter_blue_plus: ^1.35.4
convert: ^3.1.2
drift: ^2.26.0
drift_flutter: ^0.2.4
cached_query_flutter: 3.0.0-dev.14
skeletonizer: ^2.0.1
path_provider: ^2.1.5
path: ^1.9.1
get_it: ^8.0.3
pointycastle: ^4.0.0
collection: ^1.19.1
freezed_annotation: ^3.0.0
go_router: ^14.8.1
context_plus: ^6.0.2
context_plus_utils: ^1.0.1
dotted_border: ^2.1.0
package_info_plus: ^8.3.0
flex_color_scheme: ^8.2.0
logging: ^1.3.0
uuid: ^4.5.1
grouped_list: ^6.0.0
smooth_sheets: ^0.11.3
smooth_page_indicator: ^1.2.1
infinite_scroll_pagination: ^5.0.0
relative_time: ^5.0.0
flutter_markdown_plus: ^1.0.3
characters: ^1.4.0
flutter_launcher_icons: ^0.14.3
flutter_native_splash: ^2.4.6
json_annotation: ^4.9.0
flutter_foreground_task: ^9.1.0
image_picker: ^1.1.2
image: ^4.5.4
extended_image: ^10.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
drift_dev: ^2.26.0
build_runner: ^2.4.15
freezed: ^3.0.6
json_serializable: ^6.9.5
dependency_overrides:
ble_peripheral:
path: ./packages/ble_peripheral
flutter:
uses-material-design: true
assets:
- assets/icon/
fonts:
- family: Fredoka
fonts:
- asset: assets/fonts/Fredoka-Light.ttf
weight: 300
- asset: assets/fonts/Fredoka-Regular.ttf
weight: 400
- asset: assets/fonts/Fredoka-Medium.ttf
weight: 500
- asset: assets/fonts/Fredoka-SemiBold.ttf
weight: 600
- asset: assets/fonts/Fredoka-Bold.ttf
weight: 700
# dart run flutter_launcher_icons:main
flutter_launcher_icons:
ios: true
android: true
remove_alpha_ios: true
adaptive_icon_background: "assets/icon/background.png"
adaptive_icon_foreground: "assets/icon/foreground.png"
image_path: "assets/icon/icon.png"
windows:
generate: true
image_path: "assets/icon/round.png"
icon_size: 256
# dart run flutter_native_splash:create
flutter_native_splash:
color: "0D0D0D"
image: "assets/icon/raw.png"