saavn_play 1.0.1
saavn_play: ^1.0.1 copied to clipboard
Unofficial API client for JioSaavn. Search songs, albums, artists, playlists, podcasts, radio stations, and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add saavn_playWith Flutter:
$ flutter pub add saavn_playThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
saavn_play: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:saavn_play/saavn_play.dart';