-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (41 loc) · 1.21 KB
/
pubspec.yaml
File metadata and controls
49 lines (41 loc) · 1.21 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
name: network_graph
description: A Flutter Plugin that displays the Flutter application to display Network Graph.
version: 0.1.1
homepage: https://github.com/doch2/network_graph
environment:
sdk: '>=2.18.0 <3.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
arrow_path: ^2.0.0
uuid: ^3.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
fonts:
- family: suit
fonts:
- asset: assets/fonts/SUIT-Heavy.otf
weight: 900
- asset: assets/fonts/SUIT-ExtraBold.otf
weight: 800
- asset: assets/fonts/SUIT-Bold.otf
weight: 700
- asset: assets/fonts/SUIT-SemiBold.otf
weight: 600
- asset: assets/fonts/SUIT-Medium.otf
weight: 500
- asset: assets/fonts/SUIT-Regular.otf
weight: 400
- asset: assets/fonts/SUIT-Light.otf
weight: 300
- asset: assets/fonts/SUIT-ExtraLight.otf
weight: 200
- asset: assets/fonts/SUIT-Thin.otf
weight: 100