Skip to content

casabian/cryptofont-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoFont Icons for Flutter

Bringing AMPoellmann's CryptoFont to Flutter. This library is upgrade to use the new null safety features by flutter.

Installation

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

crypto_font_icons: 1.0.0+1

Usage

import 'package:crypto_font_icons/crypto_font_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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published