quds_office_editor 0.3.0 copy "quds_office_editor: ^0.3.0" to clipboard
quds_office_editor: ^0.3.0 copied to clipboard

Flutter Office + PDF surfaces on custom RenderBox: Word, Excel, PowerPoint, and QudsPdfViewer/Editor — IME, BiDi, formulas, slideshows, PDF markup.

130/ 160
pub points
198
downloads

We analyzed this package 2 days 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

4681 out of 4731 API elements (98.9 %) have documentation comments.

Some symbols that are missing documentation: quds_office_editor.ByteSource.ByteSource.new, quds_office_editor.CaretEngine.wordBounds, quds_office_editor.DocxPlainReader.read, quds_office_editor.FormulaEvaluator.FormulaEvaluator.new, quds_office_editor.OfficeChrome.OfficeChrome.new.

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

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:quds_office_editor/quds_office_editor.dart that imports:
  • package:quds_office_editor/src/visual/paint_office_visual.dart that imports:
  • package:quds_office_editor/src/editor_word/paint_run_text.dart that imports:
  • package:quds_office_editor/src/editor_word/caret_engine.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:quds_office_editor/quds_office_editor.dart that imports:
  • package:quds_office_editor/src/visual/paint_office_visual.dart that imports:
  • package:quds_office_editor/src/editor_word/paint_run_text.dart that imports:
  • package:quds_office_editor/src/editor_word/caret_engine.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.cn/web/wasm for details.

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 13 issues. Showing the first 2:

WARNING: The declaration '_lineLogicalStart' isn't referenced.

lib/src/embed/office_controller.dart:5810:14

     ╷
5810 │   static int _lineLogicalStart(LaidOutLine line) {
     │              ^^^^^^^^^^^^^^^^^
     ╵

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

WARNING: The declaration '_lineLogicalEnd' isn't referenced.

lib/src/embed/office_controller.dart:5823:14

     ╷
5823 │   static int _lineLogicalEnd(LaidOutLine line) {
     │              ^^^^^^^^^^^^^^^
     ╵

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

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

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

Package Constraint Compatible Latest Notes
quds_office_engine ^0.3.1 0.3.1 0.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2

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

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
198
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Office + PDF surfaces on custom RenderBox: Word, Excel, PowerPoint, and QudsPdfViewer/Editor — IME, BiDi, formulas, slideshows, PDF markup.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #office #editor #pdf #word

License

MIT (license)

Dependencies

flutter, quds_office_engine

More

Packages that depend on quds_office_editor