0 purchases
dg direct link
DGHub Studio #
Buy Me a Coffee #
Support Sites #
VK
SolidFiles
MediaFire
FEmbed
GoogleDrive
Ok.ru
Dropbox
Vimeo
Facebook
Instagram
Youtube
IMDB
Xnxx
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
dg_direct_link: <latest_version>
copied to clipboard
Import package #
import 'package:dg_direct_link/dg_direct_link.dart';
copied to clipboard
Example Widget #
DGDirectLinkWidget(
url: 'Paste your link',
loading: (){
return //Use your loading widget,
}
error: (){
return //Use your error widget,
}
complete: (links){
return //Use your complete widget,
}
);
copied to clipboard
Example #
DGDirectLink.get('Paste your link').then((links){
}).onError((error, stackTrace) {
});
copied to clipboard
Created by Min Thant Htet
Power By Aung Si Min
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.