-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 757 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 757 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
33
name: msix
description: A command-line tool that create Msix installer from your flutter windows-build files.
version: 3.16.13
maintainer: Yehuda Kremer (yehudakremer@gmail.com)
homepage: https://github.com/YehudaKremer/msix
issue_tracker: https://github.com/YehudaKremer/msix/issues
topics:
- windows
- tool
screenshots:
- description: "A command-line tool that create Msix installer from your flutter windows-build files."
path: doc/screenshot.png
platforms:
windows:
environment:
sdk: ">=2.19.0 <4.0.0"
dependencies:
args: ^2.3.0
yaml: ^3.1.0
path: ^1.8.0
package_config: ^2.1.0
get_it: ^9.1.0
image: ^4.0.9
pub_semver: ^2.1.0
console: ^4.1.0
cli_util: ^0.4.0
dev_dependencies:
test: ^1.23.0
flutter_lints: ^6.0.0