dg_direct_link 0.0.4 copy "dg_direct_link: ^0.0.4" to clipboard
dg_direct_link: ^0.0.4 copied to clipboard

retractedoutdated

Created by Min Thant Htet.

dg_direct_link #

DGHub Studio: dg_direct_link

Pub

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  dg_direct_link: <latest_version>

Import package #

import 'package:dg_direct_link/dg_direct_link.dart';

Examples Widget #

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return DGDirectLinkWidget(
       loading: (){
        return //Use your loading widget,
       } 
       error: (){
        return //Use your error widget,
       } 
       complete: (){
        //User your complete widget,
       } 
    );
  }
}

Examples #

DGDirectLink.start().then((links){
      
    }).onError((error, stackTrace) {

    });
7
likes
0
points
942
downloads

Publisher

verified publisherpub.dghub.in

Weekly Downloads

Created by Min Thant Htet.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html, http

More

Packages that depend on dg_direct_link