-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Comments
Same thing for flutter_native_splash. flavorizr uses this: |
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? |
@gazialankus right... |
@gazialankus use instructions field in your yaml
|
+1 for this feature |
Hi @gazialankus, did you manage to solve this? I am using "flutter_launcher_icons" and "flutter_native_splash" as well. |
No I'm not using this package anymore. |
Then what are you using?
With Regards,
Rishab M S
…________________________________
From: Gazihan Alankus ***@***.***>
Sent: Sunday, March 10, 2024 4:20:41 PM
To: AngeloAvv/flutter_flavorizr ***@***.***>
Cc: Rishab Sanjay ***@***.***>; Comment ***@***.***>
Subject: Re: [AngeloAvv/flutter_flavorizr] Play nice with flutter_launcher_icons? (Issue #210)
No I'm not using this package anymore.
—
Reply to this email directly, view it on GitHub<#210 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANJWTUKTVTSQ2E7B7HBKVRDYXQ3IDAVCNFSM6AAAAAA4PKCNQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXGE4DENBSGE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
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. |
No problem, if you ever find helpful links for manually handling flavors, please let me know, thank you 🙏🏻
With Regards,
Rishab M S
…________________________________
From: Gazihan Alankus ***@***.***>
Sent: Monday, March 11, 2024 9:48:36 AM
To: AngeloAvv/flutter_flavorizr ***@***.***>
Cc: Rishab Sanjay ***@***.***>; Comment ***@***.***>
Subject: Re: [AngeloAvv/flutter_flavorizr] Play nice with flutter_launcher_icons? (Issue #210)
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.
—
Reply to this email directly, view it on GitHub<#210 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANJWTUIL6DSNUDMZWH2GWMTYXUWBZAVCNFSM6AAAAAA4PKCNQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXGYYDOMBZG4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
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!
The text was updated successfully, but these errors were encountered: