-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (42 loc) · 1021 Bytes
/
pubspec.yaml
File metadata and controls
49 lines (42 loc) · 1021 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: fdupes_gui
description: fdupes front-end
publish_to: 'none'
version: 0.4.0+10
dependency_overrides:
# https://github.com/brendan-duncan/image/pull/732
image:
git:
url: https://github.com/mx1up/image.git
ref: fix_add_frame_on_empty_image
environment:
sdk: ">=3.1.5 <4.0.0"
flutter: ">=3.13.9"
dependencies:
flutter:
sdk: flutter
package_info_plus: ^4.2.0
process_run: ^0.13.2
file_selector: ^1.0.1
flutter_bloc: ^8.1.3
url_launcher: ^6.2.1
open_file: ^3.3.2
path: ^1.8.3
adaptive_theme: ^3.4.1
equatable: ^2.0.5
shared_preferences: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
# disable for now due to conflicting `path` dep with flutter_test
# flutter_launcher_icons:
# git:
# url: https://github.com/mx1up/flutter_launcher_icons.git
# ref: multi_res_ico
flutter:
uses-material-design: true
assets:
- assets/app_icon_256.png
flutter_launcher_icons:
windows:
image_path: "assets/app_icon_256.png"
generate: true