radio_browser_flutter 0.0.2
radio_browser_flutter: ^0.0.2 copied to clipboard
Wrapper for radio browser API. Radio Browser API provides endpoints for retrieving online radio information from all over the world.
We analyzed this package 17 hours ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:14:43
╷
14 │ <p>Documentation for the API can be found <a href="http://de1.api.radio-browser.info/#General">here</a></p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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
111 out of 257 API elements (43.2 %) have documentation comments.
Some symbols that are missing documentation: radio_browser_flutter, radio_browser_flutter.Codec, radio_browser_flutter.Codec.Codec.fromJson, radio_browser_flutter.Codec.Codec.new, radio_browser_flutter.Codec.name.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:radio_browser_flutter/radio_browser_flutter.dartthat imports:package:radio_browser_flutter/src/index.dartthat imports:package:radio_browser_flutter/src/radio_browser.dartthat imports:package:dns_client/dns_client.dartthat imports:package:dns_client/src/dns_over_https.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'country' is deprecated and shouldn't be used. use [countryCode] instead, full name of the country. Currently it is autogenerated from the countrycode.
lib/src/types/response/station/station.dart:203:9
╷
203 │ country,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/types/response/station/station.dart
INFO: 'country' is deprecated and shouldn't be used. use [countryCode] instead, full name of the country. Currently it is autogenerated from the countrycode.
lib/src/types/response/station/station.g.dart:57:27
╷
57 │ 'country': instance.country,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/types/response/station/station.g.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_ping |
^8.0.1 |
8.0.1 | 9.0.1 | |
dio |
^5.1.2 |
5.9.0 | 5.9.0 | |
dns_client |
^0.2.1 |
0.2.1 | 1.3.1 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
freezed_annotation |
- | 0.14.3 | 3.1.0 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.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 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.1` on dart_ping does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions dart_ping to update the constraint.
The constraint `^0.2.1` on dns_client does not support the stable version `1.0.0`, that was published 10 days ago.
When dns_client is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions dns_client to update the constraint.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.