Issue62 (#63) #25
GitHub Actions / Analysis of xml2json
succeeded
Nov 6, 2023 in 11s
Package analysis results for xml2json
Score
115/130 points
(88.46153846153847%)
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/10)
✔ 10/10 points: Package has an example
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 (40/50)
⚠ 40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Unnecessary cast.
lib/src/xml2json_badgerfish.dart:35:16
╷
35 │ if ((obj as Map).containsKey(_marker)) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/xml2json_badgerfish.dart
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.4.2 | 6.4.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.18.0 | 1.18.0 |
meta |
- | 1.11.0 | 1.11.0 |
petitparser |
- | 6.0.1 | 6.0.1 |
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.21.35
- Dart: 3.0.6
- Flutter: 3.10.6
Loading