-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
49 lines (44 loc) · 1.1 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
name: denscord_fe
version: 1.0.0+1
publish_to: none
description: A tiny discord clone written in FastAPI and Flutter.
environment:
sdk: '^3.0.0'
dependencies:
cupertino_icons: ^1.0.2
get: 4.6.5
flutter:
sdk: flutter
animated_bottom_navigation_bar: ^1.2.0
overlapping_panels: ^0.0.3
get_storage: ^2.1.1
path_provider: ^2.0.15
http: ^0.13.0
cached_network_image: ^3.2.3
timeago: ^3.4.0
web_socket_channel: ^2.1.0
dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: FixelDisplay
fonts:
- asset: assets/fonts/FixelDisplay-ExtraBold.ttf
weight: 800
- family: FixelText
fonts:
- asset: assets/fonts/FixelText-Bold.ttf
weight: 700
- asset: assets/fonts/FixelText-Medium.ttf
weight: 500
- asset: assets/fonts/FixelText-Regular.ttf
weight: 400
- asset: assets/fonts/FixelText-SemiBold.ttf
weight: 600
- asset: assets/fonts/FixelText-ExtraBold.ttf
weight: 800