flutter_soloud icon indicating copy to clipboard operation
flutter_soloud copied to clipboard

feat: loadUrl adds headers parameter

Open biner88 opened this issue 1 year ago • 1 comments

Description

Some playback links require header authentication

Requirements

  • [ ] add headers

Additional Context

Future<AudioSource> loadUrl(
    String url,
    LoadMode mode, {
    http.Client? httpClient,
    Map<String, String>? headers,
  })

biner88 avatar Aug 14 '24 04:08 biner88

you should be able to provide headers through http.Client configuration, nope?

misterfourtytwo avatar Aug 25 '24 21:08 misterfourtytwo