-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
135 lines (125 loc) · 2.91 KB
/
pubspec.yaml
File metadata and controls
135 lines (125 loc) · 2.91 KB
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
name: eduplanner
description: "An application to plan your moodle assignments."
publish_to: "none"
version: 1.4.0
environment:
sdk: ">=3.4.3 <4.0.0"
dependencies:
animations: ^2.0.11
awesome_extensions: ^2.0.25
bloc: ^8.1.4
carousel_slider: ^5.0.0
collection: any
color_blindness: ^0.2.0
context_menus: ^2.0.0+1
crypto: ^3.0.6
data_widget: ^0.0.2
device_preview: ^1.2.0
diffutil_dart: ^4.0.1
dio: ^5.7.0
either_dart: ^1.0.0
figma_squircle: ^0.5.3
fl_chart: ^0.70.2
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_boring_avatars: ^2.0.1
flutter_colorpicker: ^1.1.0
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.5
flutter_modular: ^6.3.4
flutter_single_instance: ^1.2.0
flutter_staggered_animations: ^1.1.1
flutter_sticky_header: ^0.8.0
flutter_svg: ^2.0.10+1
flutter_utils:
git:
url: https://github.com/mcquenji/flutter_utils.git
flutter_vector_icons: ^2.0.0
font_awesome_flutter: ^10.8.0
freezed_annotation: ^2.4.4
intl: any
json_annotation: ^4.9.0
logging: ^1.2.0
mcquenji_core:
git:
url: https://github.com/mcquenji/mcquenji_core.git
mcquenji_local_storage:
git:
url: https://github.com/mcquenji/mcquenji_local_storage.git
mcquenji_versioning:
git:
url: https://github.com/mcquenji/mcquenji_versioning.git
path: ^1.9.0
popover: ^0.3.1
posthog_dart:
git:
url: https://github.com/necodeIT/posthog_dart.git
sentry_dio: ^9.7.0
sentry_flutter: ^9.7.0
skeletonizer: ^2.1.0+1
sliver_tools: ^0.2.12
sprung: ^3.0.1
timeago: ^3.7.0
uicons_updated: ^0.0.5
url_launcher: ^6.3.1
vector_graphics: any
window_manager: ^0.4.3
yaml: ^3.1.3
dev_dependencies:
architecture_linter: ^0.3.0
bloc_test: ^9.1.7
build_runner: ^2.4.11
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutterando_analysis: ^0.0.2
freezed: any
json_serializable: any
sentry_dart_plugin: ^3.1.1
test: ^1.25.2
dependency_overrides:
# mcquenji_core:
# path: ../mcquenji_core
figma_squircle:
git:
url: https://github.com/mark8044/figma_squircle.git
ref: fix2
flutter_colorpicker:
git:
url: https://github.com/mchome/flutter_colorpicker.git
flutter_modular:
git:
url: https://github.com/necodeIT/modular.git
path: flutter_modular
modular_core:
git:
url: https://github.com/necodeIT/modular.git
path: modular_core
popover:
git:
url: https://github.com/necodeIT/popover.git
flutter:
uses-material-design: true
generate: true
assets:
- assets/logo.svg
- assets/404.svg
- assets/mobile.svg
- assets/no-results.svg
- assets/auth/
- assets/moodle/
- assets/dashboard/
- assets/demo/
flutter_gen:
output: lib/gen/assets/
line_length: 80
integrations:
flutter_svg: true
rive: false
lottie: false
sentry:
upload_debug_symbols: true
upload_source_maps: true
upload_sources: true