flutter_launcher_icons
flutter_launcher_icons copied to clipboard
Change pubspec.yaml key from flutter_icons to flutter_launcher_icons
This is a super minor nit, but I noticed this is the only build tool I use whose pubspec.yaml key doesn't match the name of the package. Is there any appetite for changing it to match?
Definitely will change it from flutter_icons to flutter_launcher_icons in the future.
There's a few resources which has featured Flutter Launcher Icons showing flutter_icons to be used in the pubspec.yaml, so it will probably be best to provide a warning if they are using flutter_icons, that they should use flutter_launcher_icons instead.
@MarkOSullivan94, this issue has been resolved. Can you close it?