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
https://pub.dev/packages/flutter_launcher_icons
MIT License
2.01k stars 406 forks source link

Incorrect Configuration in README #523

Closed sepehrTabeian closed 1 year ago

sepehrTabeian commented 1 year ago

Hi there,

I hope this message finds you well. I have identified a mistake in the README file for the "flutter_launcher_icons" repository on GitHub. The issue lies in the configuration section where the Android launcher icon setting is incorrectly labeled. Here's the correct structure that should be used:

flutter_icons:
  android: "launcher_icon"

The current README incorrectly states:

flutter_launcher_icons:
   android: "launcher_icon"

I recommend updating the README with the accurate configuration structure to avoid any confusion for developers using the "flutter_launcher_icons" package.

Thank you for maintaining this project, and I appreciate your attention to this matter.

Best regards, Sepehr GitHub: SepehrTabeian

droidbg commented 1 year ago

@sepehrTabeian ig flutter_icons is now changed to flutter_launcher_icons.

Reference: https://github.com/fluttercommunity/flutter_launcher_icons/issues/415 PR: https://github.com/fluttercommunity/flutter_launcher_icons/pull/479/files

sepehrTabeian commented 1 year ago

Yes, Thank you @droidbg