audios_resolver 1.0.1
audios_resolver: ^1.0.1 copied to clipboard
Cross-platform audio URL resolver for YouTube/YTMusic via InnerTube Android clients. Resolves direct streaming URLs with codec, bitrate, and expiry metadata. Supports single and batch resolution.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add audios_resolverThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
audios_resolver: ^1.0.1Alternatively, 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:audios_resolver/audios_resolver.dart';