-
Notifications
You must be signed in to change notification settings - Fork 95
/
pubspec.yaml
55 lines (50 loc) · 1.82 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
name: quill_html_editor
description: HTML rich text editor for Android, iOS, and Web, it is built with the powerful Quill Js library. Which is an open source WYSIWYG editor built for the modern web.
version: 2.2.8
homepage: https://github.com/the-airbender/quill_html_editor
repository: https://github.com/the-airbender/quill_html_editor
maintainer: Pavan Kumar Nagulavancha
environment:
sdk: '>=2.18.1 <4.0.0'
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
##### For image picker widget
file_picker: ^6.1.1
##### For webveiwx widget
http: ^1.1.2
path: ^1.9.0
pointer_interceptor: ^0.10.1
uuid: ^4.3.3
webview_flutter: ^4.4.4
webview_flutter_android: ^3.13.2
webview_flutter_platform_interface: ^2.9.0
webview_flutter_wkwebview: ^3.10.2
dev_dependencies:
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
default_package: quill_html_editor
ios:
default_package: quill_html_editor
web:
default_package: quill_html_editor
assets:
- packages/quill_html_editor/assets/camera_roll_icon.png
- packages/quill_html_editor/assets/h1_dark.png
- packages/quill_html_editor/assets/h2_dark.png
- packages/quill_html_editor/assets/edit_table.png
- packages/quill_html_editor/assets/insert_table.png
- packages/quill_html_editor/assets/delete_column.png
- packages/quill_html_editor/assets/delete_row.png
- packages/quill_html_editor/assets/delete_table.png
- packages/quill_html_editor/assets/insert_column_left.png
- packages/quill_html_editor/assets/insert_row_above.png
- packages/quill_html_editor/assets/insert_row_below.png
- packages/quill_html_editor/assets/insert_column_right.png
- packages/quill_html_editor/assets/scripts/quill_2.0.0_4_min.js