From 5776ffa44ce9822bb6ab7248742bc860f78bd532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=98=8E?= <2534290808@qq.com> Date: Thu, 10 Jan 2019 16:48:23 +0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0374d00..263a7d3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,24 @@ [![pub package](https://img.shields.io/pub/v/flutter_icons.svg)](https://pub.dartlang.org/packages/flutter_icons) -Customizable Icons for Flutter,Inspired by react-native-vector-icons +Customizable Icons for Flutter,Inspired by [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) -## Notice +## Bundled Icon Sets -This project is under development, there is no stable version at present, we do not recommend you to use in production for the time being, welcome everyone to contribute code. +[Browse all](https://oblador.github.io/react-native-vector-icons/). + +* [`AntDesign`](https://ant.design/) by AntFinance (**297** icons) +* [`Entypo`](http://entypo.com) by Daniel Bruce (**411** icons) +* [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.10.1, **70** icons) +* [`Feather`](http://feathericons.com) by Cole Bemis & Contributors (v4.7.0, **266** icons) +* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.7.0, **675** icons) +* [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0, **283** icons) +* [`Ionicons`](https://ionicons.com/) by Ben Sperry (v4.2.4, **696** icons) +* [`MaterialIcons`](https://www.google.com/design/icons/) by Google, Inc. (v3.0.1, **932** icons) +* [`MaterialCommunityIcons`](https://materialdesignicons.com/) by MaterialDesignIcons.com (v2.8.94, **2894** icons) +* [`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) ## Usage To use this plugin, add `flutter_icons` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). @@ -23,4 +36,4 @@ Icon(AntDesign.getIcon("stepforward")); Icon(FontAwesome.getIcon("glass")); Icon(MaterialIcons.getIcon("ac-unit")); ``` -##### More Icons will be added later , welcome everyone to contribute code. +### Special thanks to react native vector ICONS library and its authors