-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
51 lines (39 loc) · 852 Bytes
/
pubspec.yaml
File metadata and controls
51 lines (39 loc) · 852 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
50
51
name: menu_editor
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.14.0 <3.0.0'
fonts:
- family: sficonsets
fonts:
- asset: packages/flutter_sfsymbols/fonts/sficonsets.ttf
dependencies:
flutter:
sdk: flutter
# common
uuid: ^3.0.4
# get
get: ^4.3.0
get_storage: ^2.0.3
# networking
json_serializable: any
# ui
google_fonts: ^2.1.0
window_size:
path: ./plugins/window_size
menu_clt:
git:
url: https://github.com/peekbar/menu_clt.git
file_picker: any
flutter_sfsymbols: ^2.0.0
expandable: ^5.0.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: any
flutter:
uses-material-design: true
# install derry from https://pub.dev/packages/derry
scripts:
build: flutter pub run build_runner build --delete-conflicting-outputs