-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 737 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (26 loc) · 737 Bytes
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
name: desktop_entry
description: A Dart package for managing Desktop Entry files (.desktop) and DBus Service files in
Linux environments.
version: 1.0.1+1
homepage: https://markvideon.dev
environment:
sdk: '>=2.18.1 <3.0.0'
dependencies:
collection: ^1.16.0
path: ^1.8.2
dev_dependencies:
lints: ^2.0.1
path_provider: ^2.0.11
test: ^1.21.4
xdg_directories: ^0.2.0+2
# Some tests make use of [path_provider] to access a temporary directory, which depends on the
# Flutter SDK.
flutter:
sdk: flutter
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# This package supports only Linux.
platforms:
linux: