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

retractedoutdated

Created by Min Thant Htet.

dg_direct_link #

Flutter Community: dg_direct_link

Pub

Installation #

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

dependencies:
  dg_direct_link: <latest_version>

Import #

import 'package:dg_direct_link/dg_direct_link.dart';
...




## Examples Widget

```dart
class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return DGDirectLinkWidget(
       loadingWidget: //Use your loading widget,
       errorWidget: //Use your error widget,
       child: //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