icofont_flutter 1.0.0 copy "icofont_flutter: ^1.0.0" to clipboard
icofont_flutter: ^1.0.0 copied to clipboard

outdated

The IcoFont Icon Pack available as Flutter Icon Pack

icofont_flutter #

The IcoFont Icon Pack available as Flutter Icon Pack

Based on IcoFont Version 1.0.1 #

Installation #

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

icofont_flutter: <latest_version>

Usage #

import 'package:icofont_flutter/icofont_flutter.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      // Use the IcoFontIcons class for the IconData
      icon: new Icon(IcoFontIcons.brandAcer), 
      onPressed: () { print("Pressed"); }
     );
  }
}

Special Thanks to IcoFont Team #

for creating such wonderful icon pack for making design.

32
likes
0
pub points
94%
popularity

Publisher

unverified uploader

The IcoFont Icon Pack available as Flutter Icon Pack

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on icofont_flutter