diff --git a/README.md b/README.md index 8cc1a55..3494f18 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Customizable Icons for Flutter,Inspired by [react-native-vector-icons](https://g * [`Octicons`](http://octicons.github.com) by Github, Inc. (v8.0.0, **177** icons) * [`Zocial`](http://zocial.smcllns.com/) by Sam Collins (v1.0, **100** icons) * [`SimpleLineIcons`](https://simplelineicons.github.io/) by Sabbir & Contributors (v2.4.1, **189** icons) +* [`Weather Icons`](https://erikflowers.github.io/weather-icons/) by erikflowers (v2.0.10, **596** icons) ## Usage To use this plugin, add `flutter_icons` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). @@ -52,6 +53,15 @@ To use this plugin, add `flutter_icons` as a [dependency in your pubspec.yaml fi | **`getIconData`** | Returns the IconData object,eg : ```IconData iconData = AntDesign.getIconData("stepforward")``` | | **`hasIconData`** | Checks if the name is valid in current icon set.eg: ```bool isNameValid = AntDesign.hasIconData("stepforward")```| + +## IconExplorer + +Try to run the `example` project Or download [apk](https://github.com/flutter-studio/flutter-icons/tree/master/example/apk/app-release.apk), there you can also search for any icon. + +