typicons_flutter

Creator: coderz1093

Last updated:

Add to Cart

Description:

typicons flutter

typicons_flutter #
Thanks to authors of Typicons #
Flutter package for Typicons






Typions pack with the code to support flutter, easy use, beautifully.
Install #
dependencies:
typicons_flutter: ^0.5.0
copied to clipboard

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
}
}

copied to clipboard
Contributors #








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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.