Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

77 lines
1.6 KiB

name: flutter_quill
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
version: 9.2.0
homepage: https://1o24bbs.com/c/bulletjournal/108/
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: "Screenshot 1"
path: example/assets/images/screenshot_1.png
- description: "Screenshot 2"
path: example/assets/images/screenshot_2.png
- description: "Screenshot 3"
path: example/assets/images/screenshot_3.png
- description: "Screenshot 4"
path: example/assets/images/screenshot_4.png
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: ">=3.1.6 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.18.1
# Normal packages
dart_quill_delta: ^0.0.1
collection: ^1.17.0
quiver: ^3.2.1
equatable: ^2.0.5
meta: ^1.9.1
flutter_colorpicker: ^1.0.3
# For converting HTML to Quill delta
markdown: ^7.1.1
html2md: ^1.3.1
charcode: ^1.3.1
# Plugins
url_launcher: ^6.1.14
flutter_keyboard_visibility: ^6.0.0
device_info_plus: ^9.1.0
super_clipboard: ^0.8.1
dev_dependencies:
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
flutter_quill_test: ^9.0.0-dev-6
test: ^1.24.3
intl_translation: ^0.18.2
yaml_edit: ^2.1.1
flutter:
uses-material-design: true
generate: true