spotify_preview_finder 1.0.0 copy "spotify_preview_finder: ^1.0.0" to clipboard
spotify_preview_finder: ^1.0.0 copied to clipboard

A Flutter package to search Spotify tracks, scrape 30-second preview URLs (bypassing the deprecated preview_url API restriction), and play them.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spotify_preview_finder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  spotify_preview_finder: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spotify_preview_finder/spotify_preview_finder.dart';
1
likes
140
points
76
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to search Spotify tracks, scrape 30-second preview URLs (bypassing the deprecated preview_url API restriction), and play them.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

audioplayers, flutter, http

More

Packages that depend on spotify_preview_finder