# flutter_icons [![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 ## Notice 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. ## Usage To use this plugin, add `flutter_icons` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). ## Example ``` dart // Import package import 'package:flutter_icons/flutter_icons.dart'; import 'package:flutter/material.dart'; Icon(icon:Ionicons.ios_search); Icon(icon:AntDesign.stepForward); ``` ##### More Icons will be added later , welcome everyone to contribute code.