quds_office_editor 0.3.0
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.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
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.
10/10 points: Package has an example and has no issues with screenshots
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.dartthat imports:package:quds_office_editor/src/visual/paint_office_visual.dartthat imports:package:quds_office_editor/src/editor_word/paint_run_text.dartthat imports:package:quds_office_editor/src/editor_word/caret_engine.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:quds_office_editor/quds_office_editor.dartthat imports:package:quds_office_editor/src/visual/paint_office_visual.dartthat imports:package:quds_office_editor/src/editor_word/paint_run_text.dartthat imports:package:quds_office_editor/src/editor_word/caret_engine.dartthat 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.
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
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.
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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.
