eyflutter_rich_text 0.0.3+8 copy "eyflutter_rich_text: ^0.0.3+8" to clipboard
eyflutter_rich_text: ^0.0.3+8 copied to clipboard

rich text editor

0
likes
55/ 160
pub points
0%
popularity

We analyzed this package 37 hours ago, and awarded it 55 pub points (of a possible 160):

failed
Follow Dart file conventions
5 / 30trigger folding of the section

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.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

1121 out of 2546 API elements (44.0 %) 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

OK
Platform support
20 / 20trigger folding of the section

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.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 39 issues. Showing the first 2:

ERROR: '_RenderSingleChildViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Rect? rect})') isn't a valid override of 'RenderAbstractViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Axis? axis, Rect? rect})').

lib/editor/widgets/quill_single_child_scroll_view.dart:289:18

    ╷
289 │   RevealedOffset getOffsetToReveal(RenderObject target, double alignment,
    │                  ^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/editor/widgets/quill_single_child_scroll_view.dart

ERROR: Missing concrete implementations of 'getter TextSelectionDelegate.liveTextInputEnabled', 'getter TextSelectionDelegate.lookUpEnabled', 'getter TextSelectionDelegate.searchWebEnabled', and 'getter TextSelectionDelegate.shareEnabled'.

lib/editor/widgets/raw_editor.dart:259:7

    ╷
259 │ class RawEditorState extends EditorState
    │       ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/editor/widgets/raw_editor.dart

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.0.0 2.5.0 2.5.0
charcode ^1.2.0 1.3.1 1.3.1
collection ^1.17.0 1.18.0 1.19.0
diff_match_patch ^0.4.1 0.4.1 0.4.1
extended_text ^11.0.0 11.1.0 13.0.2
extended_text_library ^11.0.0 11.1.0 12.0.0
eyflutter_core ^0.0.15+3 0.0.15+10 0.0.15+10
eyflutter_uikit ^0.1.10 0.1.19 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.1
pasteboard ^0.2.0 0.2.0 0.2.0
photo_view ^0.14.0 0.14.0 0.15.0
quiver ^3.2.1 3.2.1 3.2.1
string_validator ^1.0.0 1.1.0 1.1.0
url_launcher ^6.0.3 6.3.0 6.3.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 22.0.0 72.0.0
analyzer - 1.7.2 6.7.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
cached_network_image - 3.3.1 3.3.1
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.2.0 1.2.0
characters - 1.3.0 1.3.0
chewie - 1.5.0 1.8.1
chewie_audio - 1.5.0 1.5.0
cli_util - 0.3.5 0.4.1
clock - 1.1.1 1.1.1
convert - 3.1.1 3.1.1
convex_bottom_bar - 3.2.0 3.2.0
crypto - 3.0.3 3.0.3
csslib - 0.17.3 1.0.0
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.2 2.1.2
file - 7.0.0 7.0.0
flutter_cache_manager - 3.3.1 3.3.2
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.10+1
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.4
html_character_entities - 1.0.0+1 1.0.0+1
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.1.0
intl - 0.18.1 0.19.0
isolate - 2.1.1 2.1.1
js - 0.6.7 0.7.1
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
numerus - 1.1.1 2.2.0
octo_image - 2.0.0 2.0.0
oktoast - 3.4.0 3.4.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_drawing - 0.5.1+1 1.0.1
path_parsing - 0.2.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.6 2.2.6
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.2.1 2.2.1
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.5 3.1.5
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.3.3+1 2.3.3+1
sqflite_common - 2.5.4 2.5.4
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.2
time - 2.1.4 2.1.4
tuple - 2.0.2 2.0.2
typed_data - 1.3.2 1.3.2
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.3 6.3.3
url_launcher_ios - 6.3.0 6.3.0
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.2.0 3.2.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
video_player - 2.8.7 2.8.7
video_player_android - 2.5.0 2.5.0
video_player_avfoundation - 2.6.1 2.6.1
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.1 2.3.1
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 - 0.5.1 0.5.1
win32 - 3.1.4 5.5.1
xdg_directories - 1.0.4 1.0.4
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 6 issues. Showing the first 2:

The constraint `^11.0.0` on extended_text does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions extended_text to update the constraint.

The constraint `^11.0.0` on extended_text_library does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions extended_text_library 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 8 errors:

  • INVALID_OVERRIDE - lib/editor/widgets/quill_single_child_scroll_view.dart:289:18 - '_RenderSingleChildViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Rect? rect})') isn't a valid override of 'RenderAbstractViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Axis? axis, Rect? rect})').
  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/editor/widgets/raw_editor.dart:259:7 - Missing concrete implementations of 'getter TextSelectionDelegate.liveTextInputEnabled', 'getter TextSelectionDelegate.lookUpEnabled', 'getter TextSelectionDelegate.searchWebEnabled', and 'getter TextSelectionDelegate.shareEnabled'.
  • MISSING_REQUIRED_ARGUMENT - lib/editor/widgets/raw_editor.dart:315:25 - The named parameter 'onLiveTextInput' is required, but there's no corresponding argument.

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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.