From 69b4c10185fd7221ea8d5b1974cfc556cd1b6b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20L=C3=BCth?= Date: Sat, 24 Jun 2023 19:23:04 +0200 Subject: [PATCH] Update README.md Fixed wrong import in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3656ee9..f157208 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ dependencies: ## Usage ``` dart -import 'package:font_awesome_flutter/font_awesome_flutter.dart'; +import 'package:iconly/iconly.dart'; class IconlyWidget extends StatelessWidget { @@ -39,4 +39,4 @@ class IconlyWidget extends StatelessWidget { } ``` ## Check the Example and find your Icon -We have created a sample project where you can find the icon you want and add it to your project. you can also run the example folder on mobile platforms and web. [Checkout This Link for more info.](https://6thsolution.github.io/flutter_iconly) \ No newline at end of file +We have created a sample project where you can find the icon you want and add it to your project. you can also run the example folder on mobile platforms and web. [Checkout This Link for more info.](https://6thsolution.github.io/flutter_iconly)