Release 6.2.3 #30
GitHub Actions / Analysis of xml2json
succeeded
Mar 24, 2024 in 40s
Package analysis results for xml2json
Score
125/140 points
(89.28571428571429%)
Supported platforms
- Flutter
android
ios
windows
linux
macos
web
- Dart
native-aot
Can be aot compiled with eg. dart2native (Can use dart:io but not dart:mirrors)native-jit
Can be run with the dart vm in jit mode. (Can use dart:io and dart:mirrors)web
Can be compiled with DDC and dart2js. (Can use dart:html and friends, not dart:io, dart:mirrors, dart:ffi, etc.)
Details
Follow Dart file conventions (25/30)
✔ 10/10 points: Provide a valid pubspec.yaml
❌ 0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:44:60
╷
44 │ <p>The Badgerfish transformer follows the rules documented <a href="http://www.sklar.com/badgerfish/">here</a>, to summarise :-</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
✔ 5/5 points: Provide a valid CHANGELOG.md
✔ 10/10 points: Use an OSI-approved license
Detected license: MIT
.
Provide documentation (10/20)
✔ 10/10 points: 20% or more of the public API has dartdoc comments
10 out of 11 API elements (90.9 %) have documentation comments.
Some symbols that are missing documentation: xml2json
.
❌ 0/10 points: Package has an example and has no issues with screenshots
Found 4 issues. Showing the first 2:
- No such file or directory
- No such file or directory
Platform support (20/20)
✔ 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ macOS
- ✓ Web
Pass static analysis (50/50)
✔ 50/50 points: code has no errors, warnings, lints, or formatting issues
Support up-to-date dependencies (20/20)
✔ 10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
xml |
^6.3.0 |
6.5.0 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.18.0 | 1.18.0 |
meta |
- | 1.12.0 | 1.12.0 |
petitparser |
- | 6.0.2 | 6.0.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
Versions
- Pana: 0.22.2
- Dart: 3.3.2
- Flutter: 3.19.4
Loading