-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat: Adding very_good icons
#481
Comments
Hey @maximveksler maybe you could help me.. I just can't replace the very_good default icon (even manually!) How do I achieve that? |
Can I delete all the files and just run |
Any update on this ? |
Anyone with a workaround for this ? |
following this link https://stackoverflow.com/a/52671273/6014172 then you will be fine |
I also need to know |
I’ve opened a bug ticket in |
fluttercommunity/flutter_launcher_icons#466 (comment) This should help for the Android icons, I haven't spent time looking into the iOS icons yet |
Hello there. Here are some updates on this: After some discussion, we decided not to go forward with an automated tool for icon generation integrated with the VG CLI, there is to much nuances with all the image manipulation we have to do, and essentially, we would be cloning flutter_launcher_icons. Instead, we are solving this with the power of documentation! For that, we are tracking #768 I am closing this for now. |
Description
The default project generated by
very_good
contains flavoured icons generated by the very_good flutter app template (~199 files in aggreagate).This is indeed a very good start for a project, however as part of the development process the user will be required to task of replacing each of these with the app icon of the project. This manual process (documentaed by updating-app-icons and
ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
) is both time intensive and error prune.Tools such as https://github.com/fluttercommunity/flutter_launcher_icons have support for flavoured app, however currently do not cope well with very_good's flavoured app setup, nor with the depth the platforms requirments.
I believe it would be very helpful to support automated icon generated from a vectorized source placed in the apps assets folder, such that
very_good icons
will generated the above rastered as well as adaptive icons for the relevant platforms, it would also add the "STG" and "DEV" tags automatically by simple image manipulation.Would be happy to hear your thoughs on this?
List of assets for andorid & ios as generated by
very_good create
:The text was updated successfully, but these errors were encountered: