-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
pubspec.yaml
74 lines (69 loc) · 1.61 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
name: appainter
description: A material theme editor and generator for Flutter to configure and
preview the overall visual theme of your material app
publish_to: "none"
version: 2.2.9
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.24.4
dependencies:
appainter_annotations:
path: packages/annotations
bloc: 8.1.4
collection: ^1.17.2
copy_with_extension: 5.0.4
cupertino_icons: 1.0.8
device_preview_plus: 2.1.4
dio: 5.7.0
dropdown_search: 5.0.6
enum_to_string: 2.0.1
equatable: 2.0.5
expandable: 5.0.1
file_picker: 8.1.3
firebase_analytics: 11.3.3
firebase_auth: 5.3.1
firebase_core: 3.6.0
flex_color_picker: 3.6.0
flutter:
sdk: flutter
flutter_bloc: 8.1.6
flutter_markdown: 0.7.4
google_fonts: 6.2.1
intl: 0.19.0
json_theme_plus: 6.6.4
material_color_utilities: ^0.11.1
material_design_icons_flutter: 7.0.7296
ndialog: 4.3.1
path_provider: 2.1.5
pretty_json: 2.0.0
random_color_scheme: 0.1.4
sentry_flutter: 8.9.0
shared_preferences: 2.3.2
universal_html: 2.2.4
universal_io: 2.2.2
url_launcher: 6.3.1
window_manager: 0.4.3
dev_dependencies:
appainter_builder:
path: packages/builder
bloc_test: 9.1.7
build_runner: 2.4.13
copy_with_extension_gen: 5.0.4
flutter_lints: 5.0.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
mocktail: 1.0.4
path_provider_platform_interface: 2.1.2
remove_from_coverage: 2.0.0
sentry_dart_plugin: 2.1.0
flutter:
uses-material-design: true
assets:
- assets/icon.png
sentry:
upload_native_symbols: true
upload_source_maps: true
include_native_sources: true
commits: false