Merge pull request #113 from RatakondalaArun/release/v2.2.2 #113
GitHub Actions / Analysis of tmdb_api
succeeded
Feb 10, 2025 in 48s
Package analysis results for tmdb_api
Score
150/160 points
(93.75%)
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 (30/30)
✔ 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: GPL-3.0
.
Provide documentation (20/20)
✔ 10/10 points: 20% or more of the public API has dartdoc comments
199 out of 334 API elements (59.6 %) have documentation comments.
Some symbols that are missing documentation: languages
, tmdb_api.Account
, tmdb_api.Account.Account
, tmdb_api.AccountV4
, tmdb_api.AccountV4.AccountV4
.
✔ 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
✔ 0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
Pass static analysis (40/50)
⚠ 40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
/tmp/pana_CIXTMK/lib/models/list_item.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_CIXTMK/lib/utils/enums.dart doesn't match the Dart formatter.
To format your files run: dart format .
Support up-to-date dependencies (40/40)
✔ 10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
colorize |
^3.0.0 |
3.0.0 | 3.0.0 |
dio |
^5.3.0 |
5.8.0+1 | 5.8.0+1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.13.0 | 2.13.0 |
collection |
- | 1.19.1 | 1.19.1 |
dio_web_adapter |
- | 2.1.0 | 2.1.0 |
http_parser |
- | 4.1.2 | 4.1.2 |
meta |
- | 1.16.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 1.1.0 | 1.1.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.
Versions
- Pana: 0.22.12
- Dart: 3.5.3
- Flutter: 3.24.3
Loading