jiosaavn_dart 1.0.0
jiosaavn_dart: ^1.0.0 copied to clipboard
A powerful Dart wrapper for JioSaavn, allowing developers to search songs, fetch albums and playlists, access lyrics, and decrypt media URLs effortlessly for seamless integration in music apps.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jiosaavn_dartWith Flutter:
$ flutter pub add jiosaavn_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jiosaavn_dart: ^1.0.0Alternatively, 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:jiosaavn_dart/jiosaavn_dart.dart';