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

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

18
likes
120/ 140
pub points
80%
popularity

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

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

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.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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: flutter_rte, flutter_rte.Callbacks.onMouseIn, flutter_rte.Callbacks.onMouseOut, flutter_rte.ColorButtons.foregroundColor, flutter_rte.ColorButtons.getIcons.

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

OK
Platform support
20 / 20trigger folding of the section

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

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

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
flex_color_picker any 3.4.1 3.4.1
flutter flutter 0.0.0 0.0.0
meta any 1.11.0 1.14.0
numberpicker any 2.1.2 2.1.2
pointer_interceptor any 0.10.1 0.10.1
speech_to_text ^6.0.0 6.6.1 6.6.1
webview_flutter ^4.0.1 4.7.0 4.7.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
flex_seed_scheme - 1.5.0 1.5.0
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.8.0 0.11.1
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor_ios - 0.10.0+2 0.10.0+2
pointer_interceptor_platform_interface - 0.10.0+1 0.10.0+1
pointer_interceptor_web - 0.10.2 0.10.2
sky_engine - 0.0.99 0.0.99
speech_to_text_macos - 1.1.0 1.1.0
speech_to_text_platform_interface - 2.2.0 2.2.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
webview_flutter_android - 3.16.0 3.16.0
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.0 3.13.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

18
likes
120
pub points
80%
popularity
screenshot

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

Documentation

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