From ca78229666c8a630ccfdde083d19dd9a46f29c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=98=8E?= <2534290808@qq.com> Date: Wed, 10 Apr 2019 09:25:27 +0800 Subject: [PATCH] Revert "Update README.md" --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0f694b..d6f6016 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ To use this plugin, add `flutter_icons` as a [dependency in your pubspec.yaml fi 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")); +Icon(Ionicons.getIconData("ios-search")); +Icon(AntDesign.getIconData("stepforward")); +Icon(FontAwesome.getIconData("glass")); +Icon(MaterialIcons.getIconData("ac-unit")); ``` ### Special thanks to react native vector ICONS library and its authors