dg_direct_link 0.0.2
dg_direct_link: ^0.0.2 copied to clipboard
Created by Min Thant Htet.
dg_direct_link #
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
font_awesome_flutter: <latest_version>
Usage #
import 'package:dg_direct_link/dg_direct_link.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return DGDirectLink();
}
}
Examples:
| Icon name | Code | Style |
|---|---|---|
| angle-double-up | FontAwesomeIcons.angleDoubleUp |
solid (this icon does not have other free styles) |
| arrow-alt-circle-up | FontAwesomeIcons.arrowAltCircleUp |
regular |
| arrow-alt-circle-up | FontAwesomeIcons.solidArrowAltCircleUp |
solid |
| 1 | FontAwesomeIcons.solidOne |
solid |