flutter_launcher_icons
flutter_launcher_icons copied to clipboard
Specify sizes in README
I'm unclear as to what sizes this plugin requires. Would really appreciate having this info in the README file.
Works with any sizes, I think from the tests I've ran I've noticed better quality icons with larger image sizes.
Feel free to run the example app and try out the different sizes and see which one you think is best.
Wonderful, thanks! Was so used to Android accepting only certain sizes, this is a nice breath of fresh air :)
I followed the steps, but it crops my icon and surrounds it with blank space.
the other way round:
- what is the size of the biggest image generated by the tool? (this should be the minimal size for the image)
- which are the proportions of the image? a square?
i had a look at lib/ios.dart
and lib/android.dart
and
- android seems to max at 432 and
- ios at 1024
if those numbers are correct, it would be nice to have them in the README.