Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play nice with flutter_launcher_icons? #210

Open
gazialankus opened this issue Sep 7, 2023 · 10 comments
Open

Play nice with flutter_launcher_icons? #210

gazialankus opened this issue Sep 7, 2023 · 10 comments

Comments

@gazialankus
Copy link

Thank you for this package, it solves a lot of issues right off the bat. However, in my experience, using flutter_launcher_icons and its flavor support to create icons works well in Android but in iOS we get the default Flutter icon.

flavorizr uses this:
ios/Runner/Assets.xcassets/flavornameAppIcon.appiconset
whereas flutter_launcher_icons uses this:
ios/Runner/Assets.xcassets/AppIcon-flavorname.appiconset

If the two get in agreement the world would be a much better place!

@gazialankus
Copy link
Author

Same thing for flutter_native_splash.

flavorizr uses this:
ios/Runner/Assets.xcassets/flavornameLaunchImage.imageset
flutter_native_splash uses this:
ios/Runner/Assets.xcassets/LaunchImageFlavorname.imageset

@gazialankus
Copy link
Author

I guess the easiest way to satisfy this ticket would be to clarify how to prevent flavorizr from touching the icon and launch image, right?

@Rishab-ms
Copy link

@gazialankus right...

@amrgetment
Copy link

@gazialankus use instructions field in your yaml
check available instructions in the docs page

instructions:
  - google:firebase # Google Adds Google Firebase configurations for Android and iOS 

@wildsurfer
Copy link

+1 for this feature

@r2am9d
Copy link

r2am9d commented Mar 10, 2024

Hi @gazialankus, did you manage to solve this? I am using "flutter_launcher_icons" and "flutter_native_splash" as well.

@gazialankus
Copy link
Author

No I'm not using this package anymore.

@Rishab-ms
Copy link

Rishab-ms commented Mar 10, 2024 via email

@gazialankus
Copy link
Author

I'm just handling flavors manually. I had followed some tutorials but none had the complete picture back then. Can't find links at the moment, sorry.

@Rishab-ms
Copy link

Rishab-ms commented Mar 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants