updating PWA design assets
@@ -197,7 +197,7 @@ class _HomeScreenState extends State<HomeScreen>
|
||||
Navigator.of(
|
||||
dialogContext,
|
||||
).pop(); // Dismiss the dialog
|
||||
prefs.remove("token");
|
||||
prefs.clear();
|
||||
setState(() {
|
||||
_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",
|
||||
"short_name": "qpay",
|
||||
"name": "Velocity",
|
||||
"short_name": "Velocity",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
"theme_color": "#0175C2",
|
||||
"description": "A new Flutter project.",
|
||||
"background_color": "#9D6711",
|
||||
"theme_color": "#9D6711",
|
||||
"description": "Payments... but faster",
|
||||
"orientation": "portrait-primary",
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
@@ -20,13 +20,13 @@
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-maskable-192.png",
|
||||
"src": "icons/maskable_icon_x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-maskable-512.png",
|
||||
"src": "icons/maskable_icon_x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
|
||||