fluent_editor 1.0.5 copy "fluent_editor: ^1.0.5" to clipboard
fluent_editor: ^1.0.5 copied to clipboard

A powerful and feature-rich rich word processor for Flutter applications with support for rich text editing, tables, images, lists, and export to DOCX, ODT, and PDF formats.

130/ 160
pub points
91
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

418 out of 1268 API elements (33.0 %) have documentation comments.

Some symbols that are missing documentation: arrow_key_repeater, arrow_key_repeater.ArrowKeyHandler, arrow_key_repeater.ArrowKeyRepeater, arrow_key_repeater.ArrowKeyRepeater.ArrowKeyRepeater.new, arrow_key_repeater.ArrowKeyRepeater.isArrowKey.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:fluent_editor/fluent_editor.dart that imports:
  • package:fluent_editor/fluent_document.dart that imports:
  • package:fluent_editor/handlers/handle_insert_character.dart that imports:
  • package:fluent_editor/utils/editor_utils.dart that imports:
  • package:fluent_editor/widgets/nodes/fluent_image_widget.dart that imports:
  • package:fluent_editor/widgets/dialogs/image_insert_dialog.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:fluent_editor/fluent_editor.dart that imports:
  • package:fluent_editor/fluent_document.dart that imports:
  • package:fluent_editor/handlers/handle_insert_character.dart that imports:
  • package:fluent_editor/utils/editor_utils.dart that imports:
  • package:fluent_editor/widgets/nodes/fluent_paragraph_widget.dart that imports:
  • dart:io

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:fluent_editor/fluent_editor.dart that imports:
  • package:fluent_editor/fluent_document.dart that imports:
  • package:fluent_editor/handlers/handle_insert_character.dart that imports:
  • package:fluent_editor/utils/editor_utils.dart that imports:
  • package:fluent_editor/widgets/nodes/fluent_image_widget.dart that imports:
  • package:fluent_editor/widgets/dialogs/image_insert_dialog.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:fluent_editor/fluent_editor.dart that imports:
  • package:fluent_editor/fluent_document.dart that imports:
  • package:fluent_editor/handlers/handle_insert_character.dart that imports:
  • package:fluent_editor/utils/editor_utils.dart that imports:
  • package:fluent_editor/widgets/nodes/fluent_image_widget.dart that imports:
  • package:fluent_editor/widgets/dialogs/image_insert_dialog.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:fluent_editor/fluent_editor.dart that imports:
  • package:fluent_editor/fluent_document.dart that imports:
  • package:fluent_editor/handlers/handle_insert_character.dart that imports:
  • package:fluent_editor/utils/editor_utils.dart that imports:
  • package:fluent_editor/widgets/nodes/fluent_image_widget.dart that imports:
  • package:fluent_editor/widgets/dialogs/image_insert_dialog.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 12 issues. Showing the first 2:

WARNING: The annotation 'override' can only be used on fields, getters, methods, or setters.

lib/factories.dart:208:4

    ╷
208 │   @override
    │    ^^^^^^^^
    ╵

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

WARNING: The declaration '_$FluentCellFromJson' isn't referenced.

lib/factories.g.dart:249:12

    ╷
249 │ FluentCell _$FluentCellFromJson(Map<String, dynamic> json) =>
    │            ^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/factories.g.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
archive ^3.6.1 3.6.1 4.0.9
desktop_drop ^0.7.1 0.7.1 0.7.1
file_picker ^8.0.0 8.3.7 11.0.2
file_selector ^1.0.0 1.1.0 1.1.0
google_fonts ^6.2.1 6.3.3 8.1.0
html ^0.15.4 0.15.6 0.15.6
json_annotation ^4.11.0 4.12.0 4.12.0
json_serializable ^6.7.1 6.14.0 6.14.0
nanoid ^1.0.0 1.0.0 1.0.0
path_provider ^2.1.0 2.1.5 2.1.5
pdf ^3.11.0 3.12.0 3.12.0
shared_preferences ^2.3.0 2.5.5 2.5.5
url_launcher ^6.3.0 6.3.2 6.3.2
vector_math ^2.1.4 2.2.0 2.4.0
xml ^6.5.0 6.6.1 7.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 100.0.0 103.0.0
analyzer - 13.0.0 13.3.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
barcode - 2.2.9 2.2.9
bidi - 2.0.13 2.0.13
build - 4.0.6 4.0.6
build_config - 1.3.0 1.3.0
characters - 1.4.1 1.4.1
checked_yaml - 2.0.4 2.0.4
code_assets - 1.2.1 1.2.1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dart_style - 3.1.9 3.1.9
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
file_selector_android - 0.5.2+8 0.5.2+8
file_selector_ios - 0.5.3+5 0.5.3+5
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_web - 0.9.5 0.9.5
file_selector_windows - 0.9.3+5 0.9.3+5
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
glob - 2.1.3 2.1.3
hooks - 2.0.2 2.0.2
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.3.0 4.9.1
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
objective_c - 9.4.1 9.4.1
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
qr - 3.0.2 4.0.0
record_use - 0.6.0 0.6.0
shared_preferences_android - 2.4.26 2.4.26
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_gen - 4.2.3 4.2.3
source_helper - 1.3.12 1.3.12
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
url_launcher_android - 6.3.32 6.3.32
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.5 3.1.5
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
win32 - 5.15.0 6.3.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 4 issues. Showing the first 2:

The constraint `^3.6.1` on archive does not support the stable version `4.0.0`.

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

The constraint `^8.0.0` on file_picker does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions file_picker 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.23.12, Flutter 3.44.1, Dart 3.12.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
91
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful and feature-rich rich word processor for Flutter applications with support for rich text editing, tables, images, lists, and export to DOCX, ODT, and PDF formats.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, desktop_drop, file_picker, file_selector, flutter, google_fonts, html, json_annotation, json_serializable, nanoid, path_provider, pdf, shared_preferences, url_launcher, vector_math, xml

More

Packages that depend on fluent_editor