remodl_rte 1.0.6 remodl_rte: ^1.0.6 copied to clipboard
HTML editor for Flutter (WYSIWYG, rich text) with built-in speech-to-text and custom features for Remodl.
We analyzed this package 9 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/remodlai/remodl_rte/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
191 out of 293 API elements (65.2 %) have documentation comments.
Some symbols that are missing documentation: remodl_rte
, remodl_rte.Callbacks.onMouseIn
, remodl_rte.Callbacks.onMouseOut
, remodl_rte.ColorButtons.foregroundColor
, remodl_rte.ColorButtons.getIcons
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:remodl_rte/remodl_rte.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:remodl_rte/remodl_rte.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:remodl_rte/remodl_rte.dart
that declares support for platforms:Android
,iOS
,Web
.
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:remodl_rte/remodl_rte.dart
that imports:package:remodl_rte/src/widgets/editor_widget.dart
that imports:package:pointer_interceptor/pointer_interceptor.dart
that declares support for platforms:iOS
,Web
.
Package does not support platform `Web`.
Because:
package:remodl_rte/remodl_rte.dart
that imports:package:remodl_rte/src/controllers/editor_controller.dart
that imports:package:remodl_rte/src/controllers/editor_controller_mixin_web.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:remodl_rte/remodl_rte.dart
that imports:package:remodl_rte/src/widgets/editor_widget.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 19 issues. Showing the first 2:
INFO: 'partialResults' is deprecated and shouldn't be used. Use SpeechListenOptions.partialResults instead.
lib/src/controllers/dictation_extension.dart:64:9
╷
64 │ partialResults: true,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/dictation_extension.dart
INFO: 'cancelOnError' is deprecated and shouldn't be used. Use SpeechListenOptions.cancelOnError instead.
lib/src/controllers/dictation_extension.dart:65:9
╷
65 │ cancelOnError: true,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/dictation_extension.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flex_color_picker |
any |
3.6.0 | 3.6.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
meta |
any |
1.15.0 | 1.16.0 |
numberpicker |
any |
2.1.2 | 2.1.2 |
pointer_interceptor |
any |
0.10.1+2 | 0.10.1+2 |
speech_to_text |
^6.0.0 |
6.6.2 | 7.0.0 |
webview_flutter |
^4.0.1 |
4.10.0 | 4.10.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.0 | 1.19.1 |
flex_seed_scheme |
- | 3.4.1 | 3.4.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
infinite_listview |
- | 1.1.0 | 1.1.0 |
js |
- | 0.7.1 | 0.7.1 |
json_annotation |
- | 4.9.0 | 4.9.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
path |
- | 1.9.1 | 1.9.1 |
pedantic |
- | 1.11.1 | 1.11.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
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.2+1 | 0.10.2+1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
speech_to_text_macos |
- | 1.1.0 | 1.1.0 |
speech_to_text_platform_interface |
- | 2.3.0 | 2.3.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
webview_flutter_android |
- | 4.2.0 | 4.2.0 |
webview_flutter_platform_interface |
- | 2.10.0 | 2.10.0 |
webview_flutter_wkwebview |
- | 3.16.3 | 3.16.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.0.0` on speech_to_text does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions speech_to_text
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.