flutter_quill 11.0.0
flutter_quill: ^11.0.0 copied to clipboard
A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter.
We analyzed this package 27 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
837 out of 1999 API elements (41.9 %) have documentation comments.
Some symbols that are missing documentation: flutter_quill
, flutter_quill.AlignAttribute
, flutter_quill.AlignAttribute.AlignAttribute
, flutter_quill.Attribute
, flutter_quill.Attribute.Attribute
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:flutter_quill/flutter_quill.dart
that imports:package:flutter_quill/src/toolbar/simple_toolbar.dart
that imports:package:flutter_quill/src/toolbar/config/simple_toolbar_config.dart
that imports:package:flutter_quill/src/toolbar/config/buttons/toggle_style_options.dart
that imports:package:flutter_quill/src/toolbar/config/base_button_options.dart
that imports:package:flutter_quill/src/editor_toolbar_controller_shared/quill_config.dart
that imports:package:flutter_quill/src/editor/config/editor_config.dart
that imports:package:flutter_quill/src/editor/widgets/text/utils/text_block_utils.dart
that imports:package:flutter_quill/src/editor/widgets/default_styles.dart
that imports:package:flutter_quill/src/common/utils/platform.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_quill/flutter_quill.dart
that imports:package:flutter_quill/src/toolbar/simple_toolbar.dart
that imports:package:flutter_quill/src/toolbar/config/simple_toolbar_config.dart
that imports:package:flutter_quill/src/toolbar/config/buttons/toggle_style_options.dart
that imports:package:flutter_quill/src/toolbar/config/base_button_options.dart
that imports:package:flutter_quill/src/editor_toolbar_controller_shared/quill_config.dart
that imports:package:flutter_quill/src/editor/config/editor_config.dart
that imports:package:flutter_quill/src/editor/widgets/text/utils/text_block_utils.dart
that imports:package:flutter_quill/src/editor/widgets/default_styles.dart
that imports:package:flutter_quill/src/common/utils/platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_OVKCHK/lib/src/l10n/generated/quill_localizations.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode |
^1.3.0 |
1.4.0 | 1.4.0 |
collection |
^1.17.0 |
1.19.1 | 1.19.1 |
dart_quill_delta |
^10.0.0 |
10.8.3 | 10.8.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_colorpicker |
^1.1.0 |
1.1.0 | 1.1.0 |
flutter_keyboard_visibility_temp_fork |
^0.1.1 |
0.1.5 | 0.1.5 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
flutter_quill_delta_from_html |
^1.4.1 |
1.5.0 | 1.5.0 |
html |
^0.15.0 |
0.15.5 | 0.15.5 |
intl |
>=0.19.0 <0.21.0 |
0.19.0 | 0.20.2 |
markdown |
^7.1.0 |
7.3.0 | 7.3.0 |
meta |
^1.7.0 |
1.16.0 | 1.16.0 |
quill_native_bridge |
^11.0.0 |
11.0.0 | 11.0.0 |
quiver |
^3.2.0 |
3.2.2 | 3.2.2 |
url_launcher |
^6.2.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.18
, Flutter 3.29.0
, Dart 3.7.0
.
Check the analysis log for details.