fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94

Home Page:https://pub.dev/packages/flutter_launcher_icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] the doc asks us to run deprecated commands

stephane-archer opened this issue · comments

Here the doc asks us to run deprecated commands, please update it:
https://pub.dev/packages/flutter_launcher_icons

$ flutter pub run flutter_launcher_icons
Deprecated. Use `dart run` instead.
Building package executable... (4.0s)
Built flutter_launcher_icons:flutter_launcher_icons.
  ════════════════════════════════════════════
     FLUTTER LAUNCHER ICONS (v0.13.1)
  ════════════════════════════════════════════

Creating Icons for MacOS...            done

✓ Successfully generated launcher icons

This might actually be a dart bug, so the command is not deprecated;