flutter_rte 0.4.13 copy "flutter_rte: ^0.4.13" to clipboard
flutter_rte: ^0.4.13 copied to clipboard

outdated

HTML editor for Flutter (WYSIWYG, rich text) with built-in speech-to-text.

29
likes
130/ 160
pub points
708
downloads

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

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: flutter_rte,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/13302296C/flutter_rte/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

187 out of 313 API elements (59.7 %) have documentation comments.

Some symbols that are missing documentation: flutter_rte, flutter_rte.Callbacks.Callbacks.new, flutter_rte.Callbacks.onMouseIn, flutter_rte.Callbacks.onMouseOut, flutter_rte.ColorButtons.ColorButtons.new.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:flutter_rte/flutter_rte.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flutter_rte/flutter_rte.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:flutter_rte/flutter_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:flutter_rte/flutter_rte.dart that imports:
  • package:flutter_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:flutter_rte/flutter_rte.dart that imports:
  • package:flutter_rte/src/controllers/editor_controller.dart that imports:
  • package:flutter_rte/src/controllers/editor_controller_mixin_web.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_rte/flutter_rte.dart that imports:
  • package:flutter_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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 20 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
flex_color_picker any 3.7.0 3.7.0
meta any 1.16.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.11.0 4.11.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
flex_seed_scheme - 3.5.1 3.5.1
infinite_listview - 1.1.0 1.1.0
js - 0.7.2 0.7.2 Discontinued
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 Discontinued
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
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.5
web - 1.1.1 1.1.1
webview_flutter_android - 4.4.1 4.4.1
webview_flutter_platform_interface - 2.11.0 2.11.0
webview_flutter_wkwebview - 3.20.0 3.20.0

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
29
likes
130
points
708
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

HTML editor for Flutter (WYSIWYG, rich text) with built-in speech-to-text.

Documentation

API reference

License

MIT (license)

Dependencies

flex_color_picker, flutter, meta, numberpicker, pointer_interceptor, speech_to_text, webview_flutter

More

Packages that depend on flutter_rte