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 1/2] 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. + +
+图片名称 +
+ ## Example ``` dart From c1da9463758e6c8f36673e52eeabc8ea6424dbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=98=8E?= <2534290808@qq.com> Date: Thu, 19 Sep 2019 12:19:27 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f0e36b..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/).