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

outdated

flutter package consisting of icons from the feather team

repo-header

flutter_feather_icons v1.0.0 #

See Catalog #

280 General Purpose Icons for Flutter

This flutter package allows you to use all the Feather Icons made by Feather Team

Find it at pub.dartlang.org

Installation #

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

flutter_feather_icons: <latest_version>

Usage #

import "package:flutter_feather_icons/flutter_feather_icons.dart";

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      icon: Icon(FeatherIcons.github),
      onPressed: () {
          print("awesome platform to share code and ideas");
      }
    );
  }
}

Example #

View the flutter app in the example directory

Screenshot #

screenshot-1 screenshot-2
156
likes
0
pub points
97%
popularity

Publisher

unverified uploader

flutter package consisting of icons from the feather team

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_feather_icons