-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpubspec.yaml
More file actions
74 lines (66 loc) · 1.98 KB
/
pubspec.yaml
File metadata and controls
74 lines (66 loc) · 1.98 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
name: sysadmin
description: "Building GUI for the Linux System Administrator"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.1.1+11010
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
concentric_transition: ^1.0.3
flutter_svg:
flutter_secure_storage: ^9.2.2
dartssh2: ^2.10.0
file_picker: ^8.1.3
xterm: ^4.0.0
flutter_expandable_fab: ^2.3.0
path: ^1.9.0
permission_handler: ^11.3.1
flutter_scrolling_fab_animated: ^0.1.5
marquee: ^2.3.0
intl: ^0.20.2
cron_parser: ^0.5.0
flutter_riverpod: ^2.6.1
local_auth: ^2.3.0
shared_preferences: ^2.5.1
syncfusion_flutter_charts: ^29.1.33
flutter_launcher_icons: ^0.14.3
lottie: ^3.3.1
url_launcher: ^6.3.1
package_info_plus: ^8.3.0
glassmorphism: ^3.0.0
characters: ^1.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/onboarding/svgs/
- assets/about/
- assets/
fonts:
- family: JetBrainsMonoNerd
fonts:
- asset: assets/fonts/JetBrainsMonoNerdFont-Regular.ttf
weight: 400
- asset: assets/fonts/JetBrainsMonoNerdFont-Bold.ttf
weight: 700
- asset: assets/fonts/JetBrainsMonoNerdFont-Italic.ttf
style: italic
- asset: assets/fonts/JetBrainsMonoNerdFont-BoldItalic.ttf
weight: 700
style: italic
# App Logo Configuration
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/Logo.png"
minimum-android-sdk: 21
remove_alpha_ios: true
adaptive_icon_background: "#AADDBF00"
adaptive_icon_foreground: "assets/LogoRound.png"