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. + +
+图片名称 +
+ ## Example ``` dart