dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
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.
40 lines
872 B
40 lines
872 B
1 year ago
|
name: flutter_quill_test
|
||
1 year ago
|
description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
|
||
1 year ago
|
version: 9.2.10
|
||
1 year ago
|
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
|
||
|
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
|
||
|
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
|
||
|
documentation: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
|
||
1 year ago
|
|
||
1 year ago
|
topics:
|
||
|
- ui
|
||
|
- widgets
|
||
|
- widget
|
||
|
- rich-text-editor
|
||
|
- quill
|
||
|
|
||
|
platforms:
|
||
|
android:
|
||
|
ios:
|
||
|
linux:
|
||
|
macos:
|
||
|
web:
|
||
|
windows:
|
||
|
|
||
1 year ago
|
environment:
|
||
|
sdk: '>=3.1.5 <4.0.0'
|
||
|
flutter: ">=1.17.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
1 year ago
|
flutter_quill: ^9.0.0-dev-6
|
||
1 year ago
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
|
||
|
dev_dependencies:
|
||
1 year ago
|
flutter_lints: ^3.0.1
|
||
1 year ago
|
|
||
|
flutter:
|
||
1 year ago
|
uses-material-design: true
|