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

Incorrect Configuration in README

sepehrTabeian opened this issue · comments

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

@sepehrTabeian ig flutter_icons is now changed to flutter_launcher_icons.

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

Yes, Thank you @droidbg