excel_community 1.0.6
excel_community: ^1.0.6 copied to clipboard
A community fork of the excel library to read, create, and edit XLSX files. Cross-platform, high-performance, and supports charts, borders, and formulas.
We analyzed this package 40 hours ago, and awarded it 140 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
260 out of 1058 API elements (24.6 %) have documentation comments.
Some symbols that are missing documentation: excel_community.AccentColors, excel_community.AccentColors.AccentColors.new, excel_community.AccentColors.amberAccent, excel_community.AccentColors.amberAccent100, excel_community.AccentColors.amberAccent400.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
WARNING: The value of the field '_save' isn't used.
lib/src/save/workbook/workbook_manager.dart:5:14
╷
5 │ final Save _save;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/save/workbook/workbook_manager.dart
INFO: The part-of directive uses a library name.
lib/src/chart/chart_base.dart:1:1
╷
1 │ part of excel_community;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/chart/chart_base.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
>=4.0.9 <=5.0.0 |
4.0.9 | 4.0.9 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.8 |
2.0.8 | 2.0.8 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 | |
xml |
^6.6.1 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
- | 2.2.0 | 2.2.0 | |
meta |
- | 1.18.2 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
posix |
- | 6.5.0 | 6.5.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.11, Dart 3.11.2.
Check the analysis log for details.