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.
45 lines
917 B
45 lines
917 B
name: flutter_quill_test |
|
description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases. |
|
version: 0.0.3 |
|
homepage: https://1o24bbs.com/c/bulletjournal/108 |
|
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test |
|
|
|
topics: |
|
- ui |
|
- widgets |
|
- widget |
|
- rich-text-editor |
|
- quill |
|
|
|
platforms: |
|
android: |
|
ios: |
|
linux: |
|
macos: |
|
web: |
|
windows: |
|
|
|
environment: |
|
sdk: '>=3.1.5 <4.0.0' |
|
flutter: ">=1.17.0" |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
flutter_quill: ^8.2.4 |
|
flutter_test: |
|
sdk: flutter |
|
|
|
dev_dependencies: |
|
flutter_lints: ^3.0.1 |
|
|
|
# In case you are working on changes for both libraries |
|
# Comment the dependency_overrides section when publishing the package, |
|
# then uncomment it back, this will be automated later |
|
# dependency_overrides: |
|
# flutter_quill: |
|
# path: ../ |
|
|
|
|
|
flutter: |
|
uses-material-design: true
|
|
|