typicons_flutter

Thanks to authors of Typicons

Flutter package for Typicons

Travis (.com) GitHub Pub Version

Typions pack with the code to support flutter, easy use, beautifully.

Install

dependencies:
  typicons_flutter: ^0.5.0

Usage

See more icon at Typicons by Stephen Hutchings (336 icons)

import 'package:typicons_flutter/typicons_flutter.dart';

class User extends StatelessWidget {

    Widget build(_) {
        return _buildIconButton();
    }

    Widget _buildIconButton() {
        return IconButton(
            icon: Icon(Typicons.user) // icon user
        );//IconButton
    }
}

Contributors

Vi Chi Thien
Vi Chi Thien

License

This project is licenced under the MIT @tvc12

Any bundled fonts are copyright to their respective authors under CC BY-SA and SIL Open Font Licence

Libraries

typicons_flutter