Add flutter_launcher_icons + flutter_native_splash config (green sprout on the #E7F1E0 canvas, light & dark) and regenerate Android/iOS assets. Enable the web platform (favicon, manifest, PWA icons). Add package_info_plus for the version string shown on the About screen.
23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "LaunchImage.png",
|
|
"idiom" : "universal",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"filename" : "LaunchImage@2x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"filename" : "LaunchImage@3x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|