-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
48 lines (42 loc) · 1.01 KB
/
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
name: filechecksum
description: Desktop application to generate file hashes (checksum) for SHA and MD5 algorithms.
publish_to: "none"
version: 0.1.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
file_picker: ^5.2.2
pixelarticons: ^0.4.0
clipboard: ^0.1.3
crypto: ^3.0.2
url_launcher: ^6.1.6
provider: ^6.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.10.0
flutter_lints: ^2.0.0
# Use to find required dependencies
flutter_to_debian:
git:
url: https://github.com/alexrintt/flutter_to_debian
ref: 8da50f40825675413bf539e4a9944c47ad6cd2ac
flutter:
uses-material-design: true
fonts:
- family: Roboto Mono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
style: normal
assets:
- assets/images/welcome.gif
- assets/images/icon.png
flutter_icons:
android: "launcher_icon"
image_path: "assets/images/icon.png"
min_sdk_android: 21
windows:
generate: true
icon_size: 256