-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
49 lines (39 loc) · 919 Bytes
/
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
name: app_fleet
description: A brilliant workspace manager & quick launcher specially designed for GNOME.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+10
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
bitsdojo_window: ^0.1.5
lottie: ^2.6.0
file_picker: ^5.2.10
flutter_svg: ^2.0.7
flutter_animate: ^4.2.0+1
url_launcher: ^6.1.14
intl: ^0.18.1
linux_plus: ^1.0.1
connectivity_plus: ^4.0.2
http: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/icons/picker/
- assets/animations/
- assets/scripts/
- assets/themes/
fonts:
- family: Sen
fonts:
- asset: fonts/Sen.ttf
weight: 400
- asset: fonts/Sen-Bold.ttf
weight: 700