-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
136 lines (122 loc) · 3.26 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
name: moon
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.1.0
environment:
sdk: ">=2.13.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
logger: ^1.1.0
dart_json_mapper: ^2.1.16
dart_json_mapper_flutter:
flutter_hooks: ^0.18.0
hooks_riverpod: ^1.0.0
<<<<<<< HEAD
# bloc: ^7.1.0
# flutter_bloc: ^7.2.0
path_provider: ^2.0.9
screenshot: ^1.2.3
recase: ^4.0.0
flutter_form_builder: ^7.1.1
# json_schema: ^4.0.0
# circular_menu: ^1.2.3
# flutter_json_view: ^0.3.0
url_launcher: ^6.0.20
=======
bloc: ^7.1.0
flutter_bloc: ^7.2.0
path_provider: ^2.0.9
>>>>>>> master
plugin:
path: plugin
cupertino_icons: ^1.0.2
tuple: ^2.0.0
<<<<<<< HEAD
file_picker: ^4.4.0
# google_fonts: ^2.2.0
msix: ^3.4.1
=======
# google_fonts: ^2.2.0
>>>>>>> master
dev_dependencies:
build_runner:
flutter_test:
sdk: flutter
msix_config:
display_name: Space Operator
publisher_display_name: Space Operator
output_name: Space Operator
msix_version: 0.1.0.0
identity_name: 32550SpaceOperator.SpaceOperator
publisher: CN=8E936E84-309A-40E4-84AB-88ECAC494C59
languages: en-us
capabilities: "internetClient,removableStorage"
logo_path: C:\Users\amirb\rust\moon\macos\Runner\Assets.xcassets\AppIcon.appiconset\app_icon_512.png
trim_logo: false
store: true
flutter:
uses-material-design: true
assets:
- assets/logo-full-small.png
<<<<<<< HEAD
- assets/templates/
- assets/help/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Black.otf
weight: 900
- asset: assets/fonts/Inter-BlackItalic.otf
style: italic
weight: 900
- asset: assets/fonts/Inter-ExtraBold.otf
style: normal
weight: 800
- asset: assets/fonts/Inter-ExtraBoldItalic.otf
style: italic
weight: 800
- asset: assets/fonts/Inter-Bold.otf
style: normal
weight: 700
- asset: assets/fonts/Inter-BoldItalic.otf
style: italic
weight: 700
- asset: assets/fonts/Inter-SemiBold.otf
style: normal
weight: 600
- asset: assets/fonts/Inter-SemiBoldItalic.otf
style: italic
weight: 600
- asset: assets/fonts/Inter-Medium.otf
style: normal
weight: 500
- asset: assets/fonts/Inter-MediumItalic.otf
style: italic
weight: 500
- asset: assets/fonts/Inter-Regular.otf
style: normal
weight: 400
- asset: assets/fonts/Inter-Italic.otf
style: italic
weight: 400
- asset: assets/fonts/Inter-Light.otf
style: normal
weight: 300
- asset: assets/fonts/Inter-LightItalic.otf
style: italic
weight: 300
- asset: assets/fonts/Inter-ExtraLight.otf
style: normal
weight: 200
- asset: assets/fonts/Inter-ExtraLightItalic.otf
style: italic
weight: 200
- asset: assets/fonts/Inter-Thin.otf
style: normal
weight: 100
- asset: assets/fonts/Inter-ThinItalic.otf
style: italic
weight: 100
=======
>>>>>>> master