-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
84 lines (76 loc) · 2.35 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: uplink
description: Flutter Satellite.im Minimal Secure Chat Client.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.18.1 <3.0.0"
flutter: "3.3.2"
dependencies:
azlistview: ^2.0.0
bloc: ^8.1.0
bloc_concurrency: ^0.2.0
dropdown_button2: ^1.7.2
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
flutter_localizations:
sdk: flutter
intl: ^0.17.0
get_it: ^7.2.0
path_provider: ^2.0.11
provider: ^6.0.3
shared_preferences: ^2.0.15
warp_dart:
git:
url: 'https://github.com/Satellite-im/warp-dart.git'
ref: 'main'
ui_library:
path: 'packages/ui_library'
# delete showroom when exporting production app
ui_showroom:
path: 'packages/ui_showroom'
flutter_image_compress: ^1.1.3
dev_dependencies:
bloc_test: ^9.1.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
very_good_analysis: ^3.0.1
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
generate: true
# delete mock data and user image when exporting production app
assets:
- 'lib/utils/mock/data/json/mock_contact_list.json'
- 'lib/utils/mock/data/json/mock_friend_requests.json'
- 'lib/utils/mock/data/json/mock_outgoing_requests.json'
- 'lib/utils/mock/data/json/mock_chats_list.json'
- 'lib/utils/mock/data/json/mock_favorites_chats_list.json'
- 'lib/utils/mock/data/json/mock_notifications_list.json'
- 'lib/utils/mock/data/json/mock_online_friends_list.json'
- 'lib/utils/mock/data/json/mock_offline_friends_list.json'
- 'lib/utils/mock/data/json/mock_current_user.json'
- 'lib/utils/mock/data/json/mock_photos_list.json'
- 'lib/utils/mock/images/'
- 'packages/ui_library/images/placeholders/'
fonts:
- family: Poppins
fonts:
- asset: packages/ui_library/fonts/text/Poppins-Regular.ttf
weight: 400
- asset: packages/ui_library/fonts/text/Poppins-Medium.ttf
weight: 500
- asset: packages/ui_library/fonts/text/Poppins-Bold.ttf
weight: 700
- asset: packages/ui_library/fonts/text/Poppins-SemiBold.ttf
weight: 600
- asset: packages/ui_library/fonts/text/Poppins-Italic.ttf
weight: 400
- family: SpaceMono
fonts:
- asset: packages/ui_library/fonts/text/SpaceMono-Bold.ttf
weight: 700
- family: UIcons
fonts:
- asset: packages/ui_library/fonts/icon/UIcons.ttf