eyflutter_rich_text 0.0.3+9 eyflutter_rich_text: ^0.0.3+9 copied to clipboard
rich text editor
We analyzed this package 2 days ago, and awarded it 85 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/eyinfo/eyflutter_rich_text
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: eyflutter_rich_text
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
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
1125 out of 2544 API elements (44.2 %) have documentation comments.
Some symbols that are missing documentation: align_dialog
, align_dialog.AlignDialog
, align_dialog.AlignDialog.AlignDialog
, align_dialog.AlignDialog.buildAlignMenus
, align_dialog.AlignDialog.buildAlignPanel
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:eyflutter_rich_text/eyflutter_rich_text.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:eyflutter_rich_text/eyflutter_rich_text.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:eyflutter_rich_text/eyflutter_rich_text.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:eyflutter_rich_text/eyflutter_rich_text.dart
that declares support for platforms:Android
,iOS
.
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:eyflutter_rich_text/eyflutter_rich_text.dart
that imports:package:eyflutter_rich_text/editor/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart
that imports:package:eyflutter_rich_text/editor/widgets/editor.dart
that imports:package:eyflutter_rich_text/editor/widgets/raw_editor.dart
that imports:package:pasteboard/pasteboard.dart
that declares support for platforms:iOS
,Windows
,Linux
,macOS
,Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:eyflutter_rich_text/eyflutter_rich_text.dart
that imports:package:eyflutter_rich_text/editor/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart
that imports:package:eyflutter_rich_text/editor/widgets/editor.dart
that imports:package:eyflutter_rich_text/editor/widgets/raw_editor.dart
that imports:package:pasteboard/pasteboard.dart
that imports:package:pasteboard/src/pasteboard_platform_web.dart
that imports:package:js/js.dart
that imports:dart:js
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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/eyflutter_rich_text/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 89 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/editor/models/quill_delta.dart:296:17
╷
296 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/editor/models/quill_delta.dart
INFO: Dangling library doc comment.
lib/beans/link_content.dart:2:1
╷
2 │ ┌ /// Author lijinghuan
3 │ │ /// Email:ljh0576123@163.com
4 │ │ /// CreateTime:2023-04-21
5 │ │ /// Description:Generated file. Do not edit.
6 │ │ /// Modifier:
7 │ └ /// ModifyContent:
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/beans/link_content.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.0.0 |
2.6.0 | 2.6.0 |
charcode |
^1.2.0 |
1.3.1 | 1.3.1 |
collection |
^1.17.0 |
1.18.0 | 1.19.1 |
diff_match_patch |
^0.4.1 |
0.4.1 | 0.4.1 |
extended_text |
^12.0.0 |
12.1.0 | 14.1.0 |
extended_text_library |
^12.0.0 |
12.0.0 | 12.0.0 |
eyflutter_core |
^0.0.15+10 |
0.0.15+10 | 0.0.15+10 |
eyflutter_uikit |
^0.2.1 |
0.2.1 | 0.2.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_keyboard_visibility |
^5.4.0 |
5.4.1 | 6.0.0 |
flutter_widget_from_html_core |
^0.10.0 |
0.10.6 | 0.15.2 |
pasteboard |
^0.2.0 |
0.2.0 | 0.3.0 |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 |
quiver |
^3.2.1 |
3.2.2 | 3.2.2 |
string_validator |
^1.0.0 |
1.1.0 | 1.1.0 |
url_launcher |
^6.0.3 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 22.0.0 | 76.0.0 |
analyzer |
- | 1.7.2 | 6.11.0 |
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
cached_network_image |
- | 3.3.1 | 3.4.1 |
cached_network_image_platform_interface |
- | 4.0.0 | 4.1.1 |
cached_network_image_web |
- | 1.2.0 | 1.3.1 |
characters |
- | 1.3.0 | 1.3.1 |
chewie |
- | 1.5.0 | 1.8.5 |
chewie_audio |
- | 1.5.0 | 1.5.0 |
cli_util |
- | 0.3.5 | 0.4.2 |
clock |
- | 1.1.2 | 1.1.2 |
convert |
- | 3.1.2 | 3.1.2 |
convex_bottom_bar |
- | 3.2.0 | 3.2.0 |
crypto |
- | 3.0.6 | 3.0.6 |
csslib |
- | 0.17.3 | 1.0.2 |
cupertino_icons |
- | 1.0.8 | 1.0.8 |
dartx |
- | 1.2.0 | 1.2.0 |
eyflutter_webview |
- | 2.0.9 | 2.0.9 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
flutter_cache_manager |
- | 3.3.1 | 3.4.1 |
flutter_easyrefresh |
- | 2.2.2 | 2.2.2 |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 |
flutter_layout_grid |
- | 1.0.6 | 2.0.7 |
flutter_math_fork |
- | 0.5.0 | 0.7.2 |
flutter_svg |
- | 0.23.0+1 | 2.0.14 |
flutter_switch |
- | 0.3.2 | 0.3.2 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
glob |
- | 2.1.2 | 2.1.2 |
html |
- | 0.15.4 | 0.15.5 |
html_character_entities |
- | 1.0.0+1 | 1.0.0+1 |
http |
- | 0.13.6 | 1.2.2 |
http_parser |
- | 4.0.2 | 4.1.1 |
intl |
- | 0.18.1 | 0.20.0 |
isolate |
- | 2.1.1 | 2.1.1 |
js |
- | 0.6.7 | 0.7.1 |
matcher |
- | 0.12.17 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
nested |
- | 1.0.0 | 1.0.0 |
numerus |
- | 1.1.1 | 2.3.0 |
octo_image |
- | 2.1.0 | 2.1.0 |
oktoast |
- | 3.4.0 | 3.4.0 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.1 | 1.9.1 |
path_drawing |
- | 0.5.1+1 | 1.0.1 |
path_parsing |
- | 0.2.1 | 1.1.0 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
path_provider_foundation |
- | 2.4.0 | 2.4.0 |
path_provider_linux |
- | 2.2.1 | 2.2.1 |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 |
path_provider_windows |
- | 2.3.0 | 2.3.0 |
pedantic |
- | 1.11.1 | 1.11.1 |
percent_indicator |
- | 4.2.3 | 4.2.3 |
petitparser |
- | 5.4.0 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
provider |
- | 6.1.2 | 6.1.2 |
pub_semver |
- | 2.1.4 | 2.1.4 |
recursive_regex |
- | 1.0.0 | 1.0.0 |
rxdart |
- | 0.27.7 | 0.28.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
sqflite |
- | 2.4.1 | 2.4.1 |
sqflite_android |
- | 2.4.0 | 2.4.0 |
sqflite_common |
- | 2.5.4+5 | 2.5.4+5 |
sqflite_darwin |
- | 2.4.1 | 2.4.1 |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
time |
- | 2.1.4 | 2.1.4 |
tuple |
- | 2.0.2 | 2.0.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
uni_links |
- | 0.5.1 | 0.5.1 |
uni_links_platform_interface |
- | 1.0.0 | 1.0.0 |
uni_links_web |
- | 0.1.0 | 0.1.0 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.1 | 6.3.1 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.1 | 3.2.1 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
uuid |
- | 3.0.7 | 4.5.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
video_player |
- | 2.9.2 | 2.9.2 |
video_player_android |
- | 2.7.16 | 2.7.16 |
video_player_avfoundation |
- | 2.6.2 | 2.6.2 |
video_player_platform_interface |
- | 6.2.3 | 6.2.3 |
video_player_web |
- | 2.3.3 | 2.3.3 |
wakelock |
- | 0.6.2 | 0.6.2 |
wakelock_macos |
- | 0.4.0 | 0.4.0 |
wakelock_platform_interface |
- | 0.3.0 | 0.3.0 |
wakelock_web |
- | 0.4.0 | 0.4.0 |
wakelock_windows |
- | 0.2.1 | 0.2.1 |
watcher |
- | 1.1.0 | 1.1.0 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 3.1.4 | 5.8.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
xml |
- | 5.4.1 | 6.5.0 |
xml_parser |
- | 1.0.0 | 1.0.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^12.0.0` on extended_text does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions extended_text
to update the constraint.
The constraint `^5.4.0` on flutter_keyboard_visibility does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_keyboard_visibility
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_METHOD
-lib/editor/widgets/text_line.dart:392:11
- The method 'launchUrl' isn't defined for the type '_TextLineState'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.