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

The IcoFont Icon Pack available as Flutter Icon Pack. We are here to elevate your designs with thousands of free icons with smart technologies for smoother usage.

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.brandIcofont),
      onPressed: () { print("Pressed"); }
     );
  }
}

Special Thanks to IcoFont Team #

for creating such wonderful icon pack for making design.

32
likes
120
pub points
94%
popularity

Publisher

unverified uploader

The IcoFont Icon Pack available as Flutter Icon Pack. We are here to elevate your designs with thousands of free icons with smart technologies for smoother usage.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on icofont_flutter