crypto_font_icons 0.1.0 copy "crypto_font_icons: ^0.1.0" to clipboard
crypto_font_icons: ^0.1.0 copied to clipboard

outdated

CryptoFont Icons by https://cryptofont.com/#icons for Flutter

CryptoFont Icons for Flutter #

Bringing @AMPoellmann's CryptoFont to Flutter

Installation #

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

crypto_font_icons: 0.1.0

Usage #

import 'package:cryptocoins_icons/cryptocoins_icons.dart';

class IconButton extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      // Bitcoin
      icon: new Icon(CryptoFontIcons.BTC),
     );
  }
}

Attribution #

CryptoFont by @AMPoellmann - https://cryptofont.com https://github.com/AlexanderPoellmann/CryptoFont

14
likes
0
pub points
81%
popularity

Publisher

unverified uploader

CryptoFont Icons by https://cryptofont.com/#icons for Flutter

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on crypto_font_icons