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

outdated

Direct Link Extractor From URL

direct_link #

For those who want to create a movie and downloader app This is a useful package. You can get direct link from url that my support sites.

Support Sites #

  • Facebook
  • Youtube

Getting Started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  direct_link:

Next we need to install this

# Dart
pub get

# Flutter
flutter packages get

In your library add the following import:

import 'package:direct_link/direct_link.dart';

Usage #

Use check class to get json data

var check = await DirectLink.check(url); // add your url
69
likes
0
pub points
81%
popularity

Publisher

unverified uploader

Direct Link Extractor From URL

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, requests

More

Packages that depend on direct_link