From 655359c3ad2be091ca070c696be1deab28cebc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=98=8E?= <2534290808@qq.com> Date: Tue, 17 Sep 2019 18:10:42 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8cc1a55..6f0e36b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,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. + +