-
Notifications
You must be signed in to change notification settings - Fork 837
/
pubspec.yaml
86 lines (74 loc) · 2.14 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
name: flutter_quill
description: "A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter."
version: 11.0.0-dev.12
homepage: https://github.com/singerdmx/flutter-quill/
repository: https://github.com/singerdmx/flutter-quill/
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
documentation: https://github.com/singerdmx/flutter-quill/
topics:
- ui
- widgets
- widget
- rich-text-editor
- quill
screenshots:
- description: "iOS Light Mode"
path: example/assets/images/screenshot_1.png
- description: "macOS Dark Mode"
path: example/assets/images/screenshot_2.png
- description: "Android Dark Mode Search Dialog"
path: example/assets/images/screenshot_3.png
- description: "Web Select Color Dialog"
path: example/assets/images/screenshot_4.png
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
# The versions listed here indicate the minimum required for dependencies
# and do not affect those used in the client's application.
# For more information, visit:
# https://dart.dev/tools/pub/dependencies#version-constraints
# https://docs.flutter.dev/packages-and-plugins/using-packages#conflict-resolution
# https://dart.dev/tools/pub/versioning
# https://dart.dev/guides/libraries/private-files#pubspec-lock
# https://dart.dev/tools/pub/pubspec#sdk-constraints
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dart_quill_delta: ^10.0.0
collection: ^1.17.0
quiver: ^3.2.0
meta: ^1.7.0
html: ^0.15.0
intl: ^0.19.0
flutter_colorpicker: ^1.1.0
# For converting HTML to Quill delta
flutter_quill_delta_from_html: ^1.4.1
markdown: ^7.1.0
charcode: ^1.3.0
# Plugins
url_launcher: ^6.2.1
flutter_keyboard_visibility_temp_fork: ^0.1.1
quill_native_bridge: ^10.7.9
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter_quill_test: ^11.0.0-dev.1
test: ^1.24.3
# For scripts only
yaml_edit: ^2.2.1
yaml: ^3.1.2
http: ^1.2.1
path: any
flutter:
uses-material-design: true
generate: true