quds_office_editor 0.5.0
quds_office_editor: ^0.5.0 copied to clipboard
Flutter Office + PDF surfaces on custom RenderBox: Word, Excel, PowerPoint, QudsPdfViewer/Editor, and a bilingual studio gallery of report templates.
We analyzed this package 16 hours 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
4812 out of 4863 API elements (99.0 %) 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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: Unnecessary cast.
lib/src/embed/office_context_menu.dart:493:40
╷
493 │ final PdfEditorController editor = controller as PdfEditorController;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/embed/office_context_menu.dart
INFO: Use an initializing formal to assign a parameter to a field.
lib/src/editor_pdf/pdf_page_thumb.dart:59:8
╷
59 │ }) : _list = list,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/editor_pdf/pdf_page_thumb.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
quds_office_engine |
^0.5.0 |
0.5.2 | 0.5.2 |
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.3 | 2.4.3 |
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.4, Dart 3.13.3.
Check the analysis log for details.
