audios_resolver 1.0.1 copy "audios_resolver: ^1.0.1" to clipboard
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_resolver

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

dependencies:
  audios_resolver: ^1.0.1

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:audios_resolver/audios_resolver.dart';
2
likes
130
points
48
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

equatable, flutter, http, plugin_platform_interface

More

Packages that depend on audios_resolver

Packages that implement audios_resolver