fix(auth): splash icon
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 171 KiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 635 KiB |
Before Width: | Height: | Size: 386 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 553 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 635 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 13 KiB |
BIN
auth/assets/splash/splash-icon-fg-12.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 530 KiB After Width: | Height: | Size: 1 MiB |
|
@ -5,48 +5,15 @@
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"appearances" : [
|
|
||||||
{
|
|
||||||
"appearance" : "luminosity",
|
|
||||||
"value" : "dark"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"filename" : "LaunchImageDark.png",
|
|
||||||
"idiom" : "universal",
|
|
||||||
"scale" : "1x"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"filename" : "LaunchImage@2x.png",
|
"filename" : "LaunchImage@2x.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"appearances" : [
|
|
||||||
{
|
|
||||||
"appearance" : "luminosity",
|
|
||||||
"value" : "dark"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"filename" : "LaunchImageDark@2x.png",
|
|
||||||
"idiom" : "universal",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"filename" : "LaunchImage@3x.png",
|
"filename" : "LaunchImage@3x.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
},
|
|
||||||
{
|
|
||||||
"appearances" : [
|
|
||||||
{
|
|
||||||
"appearance" : "luminosity",
|
|
||||||
"value" : "dark"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"filename" : "LaunchImageDark@3x.png",
|
|
||||||
"idiom" : "universal",
|
|
||||||
"scale" : "3x"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
|
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 171 KiB |
Before Width: | Height: | Size: 386 KiB |
|
@ -38,7 +38,7 @@
|
||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
<resources>
|
<resources>
|
||||||
<image name="LaunchImage" width="1024" height="1024"/>
|
<image name="LaunchImage" width="1153" height="1153"/>
|
||||||
<image name="LaunchBackground" width="1" height="1"/>
|
<image name="LaunchBackground" width="1" height="1"/>
|
||||||
</resources>
|
</resources>
|
||||||
</document>
|
</document>
|
||||||
|
|
|
@ -155,8 +155,7 @@ flutter_icons:
|
||||||
flutter_native_splash:
|
flutter_native_splash:
|
||||||
color: "#FFFFFF"
|
color: "#FFFFFF"
|
||||||
color_dark: "#000000"
|
color_dark: "#000000"
|
||||||
image: "assets/splash/splash-icon-fg-light.png"
|
image: "assets/splash/splash-icon-fg.png"
|
||||||
image_dark: "assets/splash/splash-icon-fg.png"
|
|
||||||
android_gravity: center
|
android_gravity: center
|
||||||
ios_content_mode: center
|
ios_content_mode: center
|
||||||
android_12:
|
android_12:
|
||||||
|
@ -167,7 +166,7 @@ flutter_native_splash:
|
||||||
# 640 pixels in diameter.
|
# 640 pixels in diameter.
|
||||||
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
|
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
|
||||||
# 768 pixels in diameter.
|
# 768 pixels in diameter.
|
||||||
image: "assets/splash/splash-fg.png"
|
image: "assets/splash/splash-icon-fg-12.png"
|
||||||
|
|
||||||
# Splash screen background color.
|
# Splash screen background color.
|
||||||
color: "#FFFFFF"
|
color: "#FFFFFF"
|
||||||
|
@ -181,6 +180,5 @@ flutter_native_splash:
|
||||||
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
|
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
|
||||||
# apply when the device is in dark mode. If they are not specified, the app will use the
|
# apply when the device is in dark mode. If they are not specified, the app will use the
|
||||||
# parameters from above.
|
# parameters from above.
|
||||||
image_dark: "assets/generation-icons/icon-light-adaptive-fg.png"
|
|
||||||
color_dark: "#000000"
|
color_dark: "#000000"
|
||||||
#icon_background_color_dark: "#eeeeee"
|
#icon_background_color_dark: "#eeeeee"
|
||||||
|
|
|
@ -38,6 +38,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style id="splash-screen-style">
|
<style id="splash-screen-style">
|
||||||
html {
|
html {
|
||||||
height: 100%
|
height: 100%
|
||||||
|
@ -121,6 +127,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- This script installs service_worker.js to provide PWA functionality to
|
<!-- This script installs service_worker.js to provide PWA functionality to
|
||||||
application. For more information, see:
|
application. For more information, see:
|
||||||
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
||||||
|
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 386 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 553 KiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 1 MiB |