kat_html_editor 0.0.5
kat_html_editor: ^0.0.5 copied to clipboard
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.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
111 out of 114 API elements (97.4 %) have documentation comments.
Some symbols that are missing documentation: kat_html_editor
, kat_html_editor.QuillHtmlEditorState.QuillHtmlEditorState.new
, kat_html_editor.ToolBarState.ToolBarState.new
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:kat_html_editor/kat_html_editor.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:kat_html_editor/kat_html_editor.dart
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
package:kat_html_editor/kat_html_editor.dart
that declares support for platforms:Android
.
Package does not support platform `macOS`.
Because:
package:kat_html_editor/kat_html_editor.dart
that declares support for platforms:Android
.
Package does not support platform `Web`.
Because:
package:kat_html_editor/kat_html_editor.dart
that declares support for platforms:Android
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:kat_html_editor/kat_html_editor.dart
that imports:package:kat_html_editor/src/tool_bar.dart
that imports:package:kat_html_editor/src/widgets/input_url_widget.dart
that imports:package:kat_html_editor/src/widgets/el_tooltip/el_tooltip.dart
that imports:package:kat_html_editor/src/widgets/webviewx/src/utils/webview_aware.dart
that imports:package:pointer_interceptor/pointer_interceptor.dart
that declares support for platforms:iOS
,Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:kat_html_editor/kat_html_editor.dart
that imports:package:kat_html_editor/src/tool_bar.dart
that imports:package:kat_html_editor/src/widgets/image_picker.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.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
Found 10 issues. Showing the first 2:
/tmp/pana_WKPGCV/lib/src/utils/string_util.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_WKPGCV/lib/src/widgets/el_tooltip/src/paint/corner.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
file_picker |
^8.0.7 |
8.3.7 | 10.2.0 | |
http |
^1.2.1 |
1.4.0 | 1.4.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
pointer_interceptor |
^0.10.1 |
0.10.1+2 | 0.10.1+2 | |
uuid |
^4.3.3 |
4.5.1 | 4.5.1 | |
webview_flutter |
^4.4.4 |
4.9.0 | 4.13.0 | |
webview_flutter_android |
^3.16.9 |
3.16.9 | 4.7.0 | |
webview_flutter_platform_interface |
^2.9.0 |
2.13.1 | 2.13.1 | |
webview_flutter_wkwebview |
^3.10.2 |
3.22.0 | 3.22.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.28 | 2.0.28 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
pointer_interceptor_ios |
- | 0.10.1 | 0.10.1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.14.0 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.0.7` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^3.16.9` on webview_flutter_android does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions webview_flutter_android
to update the constraint.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.