yt_flutter_musicapi 2.1.5 copy "yt_flutter_musicapi: ^2.1.5" to clipboard
yt_flutter_musicapi: ^2.1.5 copied to clipboard

PlatformAndroid

A Flutter plugin for YouTube Music API that provides music search and related songs functionality using Python backend.

140/ 160
pub points
171
downloads

We analyzed this package 20 days ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting yt_flutter_musicapi... Discovering libraries... Linking elements... Precaching local docs for 643194 elements... Initialized dartdoc with 790 libraries Generating docs for library main.dart from package:yt_flutter_musicapi/main.dart... Generating docs for library yt_flutter_musicapi.dart from package:yt_flutter_musicapi/yt_flutter_musicapi.dart... Generating docs for library yt_flutter_musicapi_platform_interface.dart from package:yt_flutter_musicapi/yt_flutter_musicapi_platform_interface.dart... Generating docs for library yt_flutter_musicapi_method_channel.dart from package:yt_flutter_musicapi/yt_flutter_musicapi_method_channel.dart... Documented 4 public libraries in 61.3 seconds ERR: error: file already written at "yt_flutter_musicapi/index.html" for symbol yt_flutter_musicapi: (file:///tmp/pana_YQHEMP/lib/yt_flutter_musicapi.dart:1:1) conflicting with file already generated by yt_flutter_musicapi: (file:///tmp/pana_YQHEMP/lib/main.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'yt_flutter_musicapi' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one symbol's documentation comment to hide it. error: file already written at "yt_flutter_musicapi/yt_flutter_musicapi-library.html" [20 more lines]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:yt_flutter_musicapi/yt_flutter_musicapi.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:yt_flutter_musicapi/yt_flutter_musicapi.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:yt_flutter_musicapi/yt_flutter_musicapi.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:yt_flutter_musicapi/yt_flutter_musicapi.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:yt_flutter_musicapi/yt_flutter_musicapi.dart that declares support for platforms: Android.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

INFO: Don't invoke 'print' in production code.

lib/yt_flutter_musicapi.dart:66:5

   ╷
66 │     print('Received response map: $map');
   │     ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/yt_flutter_musicapi.dart

INFO: Don't invoke 'print' in production code.

lib/yt_flutter_musicapi.dart:73:7

   ╷
73 │       print('Data is a list with ${data.length} items');
   │       ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/yt_flutter_musicapi.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
vector_math - 2.2.0 2.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
140
points
171
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for YouTube Music API that provides music search and related songs functionality using Python backend.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on yt_flutter_musicapi

Packages that implement yt_flutter_musicapi