flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

Specify sizes in README

Open 12people opened this issue 5 years ago • 4 comments

I'm unclear as to what sizes this plugin requires. Would really appreciate having this info in the README file.

12people avatar Apr 07 '19 12:04 12people

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.

MarkOSullivan94 avatar Apr 07 '19 15:04 MarkOSullivan94

Wonderful, thanks! Was so used to Android accepting only certain sizes, this is a nice breath of fresh air :)

12people avatar Apr 09 '19 21:04 12people

I followed the steps, but it crops my icon and surrounds it with blank space. 100iconwrong

rfitz123 avatar Nov 11 '19 01:11 rfitz123

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.

aoloe avatar Dec 07 '20 14:12 aoloe