forked from the-airbender/quill_html_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
48 lines (43 loc) · 1.16 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
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.6
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.0.0
##### For webveiwx widget
http: ^1.1.0
path: ^1.8.2
pointer_interceptor: ^0.9.3+6
uuid: ^4.1.0
webview_flutter: ^4.4.1
webview_flutter_android: ^3.12.0
webview_flutter_platform_interface: ^2.5.0
webview_flutter_wkwebview: ^3.9.1
flutter_svg: ^2.0.9
dev_dependencies:
flutter_test:
sdk: flutter
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:
- assets/
- assets/svg/
- assets/scripts/