direct_link 0.1.7 copy "direct_link: ^0.1.7" to clipboard
direct_link: ^0.1.7 copied to clipboard

outdated

Flutter package for direct link extractor from URL to stream and download directly.

example/direct_link_example.dart

import 'package:direct_link/direct_link.dart';

void main() async {
  var check = await DirectLink.check('url'); // add your url

  check!.forEach((element) {
    print(element.quality);
    print(element.link);
  });
}
82
likes
0
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for direct link extractor from URL to stream and download directly.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on direct_link