From 2f93761b2b5849f525b7d1bb73572f2fa448ad80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Soszy=C5=84ski?= Date: Sat, 23 Sep 2023 23:10:00 +0200 Subject: [PATCH] change :generate to :generator this always said "Could not find bin/generate.dart in package icon_font_generator" until i changed it to :generator --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d2960..5bfcf03 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Compatible with dart2js and dart2native. $ flutter pub add --dev icon_font_generator # And it's ready to go: -$ flutter pub run icon_font_generator:generate [options] +$ flutter pub run icon_font_generator:generator [options] ``` ### or [Globally activate][] the package: @@ -158,4 +158,4 @@ Any suggestions, issues, pull requests are welcomed. ## Credits This software is fork of unsupported package: -* [fontify](https://github.com/westracer/fontify) \ No newline at end of file +* [fontify](https://github.com/westracer/fontify)