flutter_spotify_api 0.9.9
flutter_spotify_api: ^0.9.9 copied to clipboard
A Flutter and Dart package providing a comprehensive client for the Spotify Web API. This package offers easy-to-use interfaces for authentication, fetching user data, managing playlists, tracks, alb [...]
We analyzed this package 9 days ago, and awarded it 40 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
56 out of 279 API elements (20.1 %) have documentation comments.
Some symbols that are missing documentation: album, album.Album, album.Album.Album.fromJson, album.Album.Album.new, album.Album.albumType.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:flutter_spotify_api/models/externalIds.dart'.
lib/models/track.dart:3:8
╷
3 │ import 'package:flutter_spotify_api/models/externalIds.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/track.dart
ERROR: Undefined class 'ExternalIds'.
lib/models/track.dart:20:9
╷
20 │ final ExternalIds? externalIds;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/track.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
uni_links |
^0.5.1 |
0.5.1 | 0.5.1 | Discontinued |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- uni_links.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
URI_DOES_NOT_EXIST-lib/models/track.dart:3:8- Target of URI doesn't exist: 'package:flutter_spotify_api/models/externalIds.dart'.UNDEFINED_CLASS-lib/models/track.dart:20:9- Undefined class 'ExternalIds'.UNDEFINED_IDENTIFIER-lib/models/track.dart:63:13- Undefined name 'ExternalIds'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.