updating PWA design assets
@@ -197,7 +197,7 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
Navigator.of(
|
Navigator.of(
|
||||||
dialogContext,
|
dialogContext,
|
||||||
).pop(); // Dismiss the dialog
|
).pop(); // Dismiss the dialog
|
||||||
prefs.remove("token");
|
prefs.clear();
|
||||||
setState(() {
|
setState(() {
|
||||||
_isLoggedIn = false;
|
_isLoggedIn = false;
|
||||||
});
|
});
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 20 KiB |
BIN
web/icons/maskable_icon_x192.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
web/icons/maskable_icon_x512.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "qpay",
|
"name": "Velocity",
|
||||||
"short_name": "qpay",
|
"short_name": "Velocity",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#0175C2",
|
"background_color": "#9D6711",
|
||||||
"theme_color": "#0175C2",
|
"theme_color": "#9D6711",
|
||||||
"description": "A new Flutter project.",
|
"description": "Payments... but faster",
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"prefer_related_applications": false,
|
"prefer_related_applications": false,
|
||||||
"icons": [
|
"icons": [
|
||||||
@@ -20,13 +20,13 @@
|
|||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "icons/Icon-maskable-192.png",
|
"src": "icons/maskable_icon_x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "icons/Icon-maskable-512.png",
|
"src": "icons/maskable_icon_x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
|
|||||||