|
7 years ago | |
---|---|---|
fonts | 7 years ago | |
lib | 7 years ago | |
test | 7 years ago | |
.gitignore | 7 years ago | |
.metadata | 7 years ago | |
CHANGELOG.md | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
flutter_icons.iml | 7 years ago | |
pubspec.lock | 7 years ago | |
pubspec.yaml | 7 years ago |
README.md
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.
Example
// Import package
import 'package:flutter_icons/flutter_icons.dart';
import 'package:flutter/material.dart';
Icon(Ionicons.getIcon("ios-search"));
Icon(AntDesign.getIcon("stepforward"));
Icon(FontAwesome.getIcon("glass"));
Icon(MaterialIcons.getIcon("ac-unit"));