rich_textfield_editor 0.0.7 rich_textfield_editor: ^0.0.7 copied to clipboard
A rich text editor supporting mobile and web now support flutter 3
We analyzed this package 3 days ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/secanonm/rich_text_editor
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: rich_textfield_editor
, - 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
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
370 out of 1208 API elements (30.6 %) have documentation comments.
Some symbols that are missing documentation: block.Block.adjust
, block.Block.toDelta
, box.RenderContentProxyBox
, box.RenderContentProxyBox.RenderContentProxyBox
, box.RenderContentProxyBox.getBoxesForSelection
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:rich_textfield_editor/rich_textfield_editor.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/style_widgets.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/number_point.dart
that imports:package:rich_textfield_editor/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_selection.dart
that imports:package:rich_textfield_editor/src/widgets/editor.dart
that imports:package:rich_textfield_editor/src/widgets/youtube_video_app.dart
that imports:package:youtube_player_flutter/youtube_player_flutter.dart
that imports:package:youtube_player_flutter/src/widgets/widgets.dart
that imports:package:youtube_player_flutter/src/widgets/touch_shutter.dart
that imports:package:youtube_player_flutter/src/utils/youtube_player_controller.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:rich_textfield_editor/rich_textfield_editor.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/style_widgets.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/number_point.dart
that imports:package:rich_textfield_editor/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_selection.dart
that imports:package:rich_textfield_editor/src/widgets/editor.dart
that imports:package:rich_textfield_editor/src/widgets/youtube_video_app.dart
that imports:package:youtube_player_flutter/youtube_player_flutter.dart
that imports:package:youtube_player_flutter/src/widgets/widgets.dart
that imports:package:youtube_player_flutter/src/widgets/touch_shutter.dart
that imports:package:youtube_player_flutter/src/utils/youtube_player_controller.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:rich_textfield_editor/rich_textfield_editor.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/style_widgets.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/number_point.dart
that imports:package:rich_textfield_editor/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_selection.dart
that imports:package:rich_textfield_editor/src/widgets/editor.dart
that imports:package:rich_textfield_editor/src/widgets/youtube_video_app.dart
that imports:package:youtube_player_flutter/youtube_player_flutter.dart
that imports:package:youtube_player_flutter/src/widgets/widgets.dart
that imports:package:youtube_player_flutter/src/widgets/touch_shutter.dart
that imports:package:youtube_player_flutter/src/utils/youtube_player_controller.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:rich_textfield_editor/rich_textfield_editor.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/style_widgets.dart
that imports:package:rich_textfield_editor/src/widgets/style_widgets/number_point.dart
that imports:package:rich_textfield_editor/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_block.dart
that imports:package:rich_textfield_editor/src/widgets/text_selection.dart
that imports:package:rich_textfield_editor/src/widgets/editor.dart
that imports:package:rich_textfield_editor/src/widgets/youtube_video_app.dart
that imports:package:youtube_player_flutter/youtube_player_flutter.dart
that imports:package:youtube_player_flutter/src/widgets/widgets.dart
that imports:package:youtube_player_flutter/src/widgets/touch_shutter.dart
that imports:package:youtube_player_flutter/src/utils/youtube_player_controller.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 77 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/src/widgets/quill_single_child_scroll_view.dart:301:18
╷
301 │ RevealedOffset getOffsetToReveal(RenderObject target, double alignment,
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/quill_single_child_scroll_view.dart
ERROR: Missing concrete implementations of 'TextInputClient.didChangeInputControl', 'TextInputClient.insertContent', 'TextInputClient.performSelector', 'getter TextSelectionDelegate.liveTextInputEnabled', and 3 more.
lib/src/widgets/raw_editor.dart:100:7
╷
100 │ class RawEditorState extends EditorState
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/raw_editor.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
^1.2.0 |
1.3.0 | 1.3.1 |
collection |
^1.15.0 |
1.18.0 | 1.19.1 |
diff_match_patch |
^0.4.1 |
0.4.1 | 0.4.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 |
flutter_keyboard_visibility |
^5.2.0 |
5.4.1 | 6.0.0 |
i18n_extension |
^5.0.0 |
5.0.1 | 13.0.2 |
image_picker |
^0.8.5+3 |
0.8.9 | 1.1.2 |
pedantic |
^1.11.0 |
1.11.1 | 1.11.1 |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 |
quiver |
^3.1.0 |
3.2.2 | 3.2.2 |
string_validator |
^0.3.0 |
0.3.0 | 1.1.0 |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
url_launcher |
^6.1.2 |
6.3.1 | 6.3.1 |
video_player |
^2.4.2 |
2.9.2 | 2.9.2 |
youtube_player_flutter |
^8.1.0 |
8.1.2 | 9.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 47.0.0 | 76.0.0 |
analyzer |
- | 4.7.0 | 6.11.0 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
clock |
- | 1.1.2 | 1.1.2 |
convert |
- | 3.1.2 | 3.1.2 |
cross_file |
- | 0.3.4+2 | 0.3.4+2 |
crypto |
- | 3.0.6 | 3.0.6 |
csslib |
- | 1.0.2 | 1.0.2 |
equatable |
- | 2.0.5 | 2.0.5 |
file |
- | 7.0.1 | 7.0.1 |
file_selector_linux |
- | 0.9.3+1 | 0.9.3+1 |
file_selector_macos |
- | 0.9.4+2 | 0.9.4+2 |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 |
file_selector_windows |
- | 0.9.3+3 | 0.9.3+3 |
flutter_inappwebview |
- | 5.8.0 | 6.1.5 |
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_plugin_android_lifecycle |
- | 2.0.23 | 2.0.23 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
gettext_parser |
- | 0.2.0 | 0.2.0 |
glob |
- | 2.1.2 | 2.1.2 |
html |
- | 0.15.5 | 0.15.5 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.0.2 | 4.1.1 |
image_picker_android |
- | 0.8.12+17 | 0.8.12+17 |
image_picker_for_web |
- | 2.2.0 | 3.0.6 |
image_picker_ios |
- | 0.8.12+1 | 0.8.12+1 |
image_picker_linux |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_macos |
- | 0.2.1+1 | 0.2.1+1 |
image_picker_platform_interface |
- | 2.10.0 | 2.10.0 |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 |
intl |
- | 0.17.0 | 0.20.0 |
matcher |
- | 0.12.17 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
mime |
- | 1.0.6 | 2.0.0 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pub_semver |
- | 2.1.4 | 2.1.4 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
sprintf |
- | 6.0.2 | 7.0.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 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
typed_data |
- | 1.4.0 | 1.4.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 |
vector_math |
- | 2.1.4 | 2.1.4 |
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 |
watcher |
- | 1.1.0 | 1.1.0 |
web |
- | 1.1.0 | 1.1.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 `^5.2.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.
The constraint `^5.0.0` on i18n_extension does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions i18n_extension
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 6 errors:
INVALID_OVERRIDE
-lib/src/widgets/quill_single_child_scroll_view.dart:301: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/src/widgets/raw_editor.dart:100:7
- Missing concrete implementations of 'TextInputClient.didChangeInputControl', 'TextInputClient.insertContent', 'TextInputClient.performSelector', 'getter TextSelectionDelegate.liveTextInputEnabled', and 3 more.UNDEFINED_CLASS
-lib/src/widgets/text_selection.dart:563:9
- Undefined class 'DragSelectionUpdateCallback'.
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.