diff --git a/README.md b/README.md
index a2dc454..9f7c42e 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,10 @@
![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
-[![Codemagic build status](https://api.codemagic.io/apps/667c744745b1b4753769d379/667c744745b1b4753769d378/status_badge.svg)](https://codemagic.io/app/667c744745b1b4753769d379/667c744745b1b4753769d378/latest_build)
Generated by the [Very Good CLI][very_good_cli_link] 🤖
-Mobile-friendly front end flutter app for blacktaxandwhitebenefits.com by Gordon Ferguson
+Mobile-friendly front end flutter app for any WordPress App!
@@ -19,6 +18,14 @@ Mobile-friendly front end flutter app for blacktaxandwhitebenefits.com by Gordon
## Getting Started 🚀
+Edit *SETUP.dart* in the `lib/` folder to set your desired blog URL and title.
+Then run:
+`dart run build_runner build -d`
+
+Run the app to see your new paginated blog!
+
+### Flavors
+
This project contains 3 flavors:
- development
@@ -62,9 +69,12 @@ $ open coverage/index.html
---
+
## Working with Translations 🌐
-This project relies on [flutter_localizations][flutter_localizations_link] and follows the [official internationalization guide for Flutter][internationalization_link].
+This project doesn't implement any translations currently. However, it has the groundwork set up by VGV to enable localizations.
+
+The structure relies on [flutter_localizations][flutter_localizations_link] and follows the [official internationalization guide for Flutter][internationalization_link].
### Adding Strings
diff --git a/android/app/src/development/ic_launcher-playstore.png b/android/app/src/development/ic_launcher-playstore.png
index 194dd84..75d0cfc 100644
Binary files a/android/app/src/development/ic_launcher-playstore.png and b/android/app/src/development/ic_launcher-playstore.png differ
diff --git a/android/app/src/development/res/mipmap-hdpi/ic_launcher.png b/android/app/src/development/res/mipmap-hdpi/ic_launcher.png
index 39ed9b8..cf8f5cb 100644
Binary files a/android/app/src/development/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/development/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/development/res/mipmap-hdpi/ic_launcher_background.png b/android/app/src/development/res/mipmap-hdpi/ic_launcher_background.png
index a025d33..a2ee3fe 100644
Binary files a/android/app/src/development/res/mipmap-hdpi/ic_launcher_background.png and b/android/app/src/development/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/android/app/src/development/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/development/res/mipmap-hdpi/ic_launcher_foreground.png
index 8f106d7..7398ae8 100644
Binary files a/android/app/src/development/res/mipmap-hdpi/ic_launcher_foreground.png and b/android/app/src/development/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/development/res/mipmap-hdpi/ic_launcher_monochrome.png b/android/app/src/development/res/mipmap-hdpi/ic_launcher_monochrome.png
index 8f106d7..2b0f48a 100644
Binary files a/android/app/src/development/res/mipmap-hdpi/ic_launcher_monochrome.png and b/android/app/src/development/res/mipmap-hdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/development/res/mipmap-mdpi/ic_launcher.png b/android/app/src/development/res/mipmap-mdpi/ic_launcher.png
index 7bf8982..127d0d7 100644
Binary files a/android/app/src/development/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/development/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/development/res/mipmap-mdpi/ic_launcher_background.png b/android/app/src/development/res/mipmap-mdpi/ic_launcher_background.png
index 9f0bf49..c20d311 100644
Binary files a/android/app/src/development/res/mipmap-mdpi/ic_launcher_background.png and b/android/app/src/development/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/android/app/src/development/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/development/res/mipmap-mdpi/ic_launcher_foreground.png
index 791f67e..ca37e7f 100644
Binary files a/android/app/src/development/res/mipmap-mdpi/ic_launcher_foreground.png and b/android/app/src/development/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/development/res/mipmap-mdpi/ic_launcher_monochrome.png b/android/app/src/development/res/mipmap-mdpi/ic_launcher_monochrome.png
index 791f67e..59a85c6 100644
Binary files a/android/app/src/development/res/mipmap-mdpi/ic_launcher_monochrome.png and b/android/app/src/development/res/mipmap-mdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/development/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/development/res/mipmap-xhdpi/ic_launcher.png
index be818f7..100ed22 100644
Binary files a/android/app/src/development/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/development/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/development/res/mipmap-xhdpi/ic_launcher_background.png b/android/app/src/development/res/mipmap-xhdpi/ic_launcher_background.png
index 65a3f3a..d75a905 100644
Binary files a/android/app/src/development/res/mipmap-xhdpi/ic_launcher_background.png and b/android/app/src/development/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/development/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/development/res/mipmap-xhdpi/ic_launcher_foreground.png
index 16c19d4..0c999fc 100644
Binary files a/android/app/src/development/res/mipmap-xhdpi/ic_launcher_foreground.png and b/android/app/src/development/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/development/res/mipmap-xhdpi/ic_launcher_monochrome.png b/android/app/src/development/res/mipmap-xhdpi/ic_launcher_monochrome.png
index 16c19d4..ed88159 100644
Binary files a/android/app/src/development/res/mipmap-xhdpi/ic_launcher_monochrome.png and b/android/app/src/development/res/mipmap-xhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher.png
index ffb1010..1047472 100644
Binary files a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_background.png b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_background.png
index 66e3bf6..d877e16 100644
Binary files a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_background.png and b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_foreground.png
index 2aa8008..0a9c2e0 100644
Binary files a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_monochrome.png b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_monochrome.png
index 2aa8008..a06eb11 100644
Binary files a/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_monochrome.png and b/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher.png
index 82a27d1..a8e1364 100644
Binary files a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_background.png b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_background.png
index 9e40681..7488977 100644
Binary files a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_background.png and b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_foreground.png
index b9d58a6..1b3a6e0 100644
Binary files a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
index b9d58a6..ce479a3 100644
Binary files a/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_monochrome.png and b/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/ic_launcher-playstore.png b/android/app/src/main/ic_launcher-playstore.png
index ec02b4f..c9011f4 100644
Binary files a/android/app/src/main/ic_launcher-playstore.png and b/android/app/src/main/ic_launcher-playstore.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
index 3486f70..29167e9 100644
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
index a025d33..a2ee3fe 100644
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
index 549830b..ca37d93 100644
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png
index 549830b..0313ccb 100644
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
index 3972ac4..6f5dcc4 100644
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
index 9f0bf49..c20d311 100644
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
index 367b56a..766f26e 100644
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png
index 367b56a..a2d99be 100644
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
index b598992..ea9d286 100644
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
index 65a3f3a..d75a905 100644
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
index 211a88a..02eaa36 100644
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png
index 211a88a..c94bb72 100644
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
index d164cf7..053067e 100644
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
index 66e3bf6..d877e16 100644
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
index ec72e74..e3f27c5 100644
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png
index ec72e74..0f2713e 100644
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
index a730c02..aa99b77 100644
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
index 9e40681..7488977 100644
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
index 477aee6..4b33023 100644
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
index 477aee6..2fed899 100644
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/staging/ic_launcher-playstore.png b/android/app/src/staging/ic_launcher-playstore.png
index d3ce9f5..8157eee 100644
Binary files a/android/app/src/staging/ic_launcher-playstore.png and b/android/app/src/staging/ic_launcher-playstore.png differ
diff --git a/android/app/src/staging/res/mipmap-hdpi/ic_launcher.png b/android/app/src/staging/res/mipmap-hdpi/ic_launcher.png
index 1fb2559..2171d7c 100644
Binary files a/android/app/src/staging/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/staging/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/staging/res/mipmap-hdpi/ic_launcher_background.png b/android/app/src/staging/res/mipmap-hdpi/ic_launcher_background.png
index a025d33..a2ee3fe 100644
Binary files a/android/app/src/staging/res/mipmap-hdpi/ic_launcher_background.png and b/android/app/src/staging/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/android/app/src/staging/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/staging/res/mipmap-hdpi/ic_launcher_foreground.png
index e67a75f..1cfc2bd 100644
Binary files a/android/app/src/staging/res/mipmap-hdpi/ic_launcher_foreground.png and b/android/app/src/staging/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/staging/res/mipmap-hdpi/ic_launcher_monochrome.png b/android/app/src/staging/res/mipmap-hdpi/ic_launcher_monochrome.png
index e67a75f..2fe75e2 100644
Binary files a/android/app/src/staging/res/mipmap-hdpi/ic_launcher_monochrome.png and b/android/app/src/staging/res/mipmap-hdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/staging/res/mipmap-mdpi/ic_launcher.png b/android/app/src/staging/res/mipmap-mdpi/ic_launcher.png
index 4ab261e..7e29583 100644
Binary files a/android/app/src/staging/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/staging/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/staging/res/mipmap-mdpi/ic_launcher_background.png b/android/app/src/staging/res/mipmap-mdpi/ic_launcher_background.png
index 9f0bf49..c20d311 100644
Binary files a/android/app/src/staging/res/mipmap-mdpi/ic_launcher_background.png and b/android/app/src/staging/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/android/app/src/staging/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/staging/res/mipmap-mdpi/ic_launcher_foreground.png
index c8a022a..0566eab 100644
Binary files a/android/app/src/staging/res/mipmap-mdpi/ic_launcher_foreground.png and b/android/app/src/staging/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/staging/res/mipmap-mdpi/ic_launcher_monochrome.png b/android/app/src/staging/res/mipmap-mdpi/ic_launcher_monochrome.png
index c8a022a..6a90091 100644
Binary files a/android/app/src/staging/res/mipmap-mdpi/ic_launcher_monochrome.png and b/android/app/src/staging/res/mipmap-mdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher.png
index 8b538b1..f7e0c59 100644
Binary files a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_background.png b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_background.png
index 65a3f3a..d75a905 100644
Binary files a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_background.png and b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_foreground.png
index 19e6456..21c6621 100644
Binary files a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_foreground.png and b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_monochrome.png b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_monochrome.png
index 19e6456..f206680 100644
Binary files a/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_monochrome.png and b/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher.png
index bbe3935..774a0b6 100644
Binary files a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_background.png b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_background.png
index 66e3bf6..d877e16 100644
Binary files a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_background.png and b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_foreground.png
index 2f9dd22..3f99bd2 100644
Binary files a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_monochrome.png b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_monochrome.png
index 2f9dd22..2942f50 100644
Binary files a/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_monochrome.png and b/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher.png
index 078c75d..418ca53 100644
Binary files a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_background.png b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_background.png
index 9e40681..7488977 100644
Binary files a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_background.png and b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_foreground.png
index 0cc55c1..a98b7ff 100644
Binary files a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
index 0cc55c1..8c9d205 100644
Binary files a/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_monochrome.png and b/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_monochrome.png differ
diff --git a/coverage_badge.svg b/coverage_badge.svg
index 6af98e8..0f44c5c 100644
--- a/coverage_badge.svg
+++ b/coverage_badge.svg
@@ -14,7 +14,7 @@
coverage
coverage
- 80+%
- 80+%
+ >80%
+ >80%
\ No newline at end of file
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x.png
index edfd126..86a8653 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x~ipad.png
index edfd126..86a8653 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@3x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@3x.png
index 6fc2038..8e31ca3 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20~ipad.png
index b3b10fd..477919f 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-20~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29.png
index 245414c..d59800c 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x.png
index 1134393..cd0a56f 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x~ipad.png
index 1134393..cd0a56f 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@3x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@3x.png
index 0162cea..9740e8e 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29~ipad.png
index 245414c..d59800c 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-29~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x.png
index 2aed80c..4278f59 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x~ipad.png
index 2aed80c..4278f59 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@3x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@3x.png
index 60aa4dd..9fc47ce 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40~ipad.png
index edfd126..86a8653 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-40~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@2x~car.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@2x~car.png
index 60aa4dd..9fc47ce 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@2x~car.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@2x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@3x~car.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@3x~car.png
index 438562b..c1631f7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@3x~car.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-60@3x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-83.5@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-83.5@2x~ipad.png
index ef90e8a..8041758 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-83.5@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon-83.5@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x.png
index 60aa4dd..9fc47ce 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x~ipad.png
index 089232c..343f6d6 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@3x.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@3x.png
index 438562b..c1631f7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ios-marketing.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ios-marketing.png
index d144a14..2317004 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ios-marketing.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ios-marketing.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ipad.png
index edceca3..e8974ec 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-dev.appiconset/AppIcon~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x.png
index 3a0f70c..4645674 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x~ipad.png
index 3a0f70c..4645674 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@3x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@3x.png
index 2af6969..5319376 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20~ipad.png
index 384c712..1744001 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-20~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29.png
index 4b0b108..693c5b3 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x.png
index bb7b249..92abd1c 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x~ipad.png
index bb7b249..92abd1c 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@3x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@3x.png
index 93c851d..563af91 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29~ipad.png
index 4b0b108..693c5b3 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-29~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x.png
index af18b78..aac84e7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x~ipad.png
index af18b78..aac84e7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@3x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@3x.png
index ebf13f6..fa2e3f5 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40~ipad.png
index 3a0f70c..4645674 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-40~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@2x~car.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@2x~car.png
index ebf13f6..fa2e3f5 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@2x~car.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@2x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@3x~car.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@3x~car.png
index d80af73..08db553 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@3x~car.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-60@3x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-83.5@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-83.5@2x~ipad.png
index 13ee8ba..8267f79 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-83.5@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon-83.5@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x.png
index ebf13f6..fa2e3f5 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x~ipad.png
index 67b31d8..c18f3fb 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@3x.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@3x.png
index d80af73..08db553 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@3x.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ios-marketing.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ios-marketing.png
index 71927b7..5a6a460 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ios-marketing.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ios-marketing.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ipad.png b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ipad.png
index 96c9cba..63bbc90 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon-stg.appiconset/AppIcon~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png
index 0b09d90..4bd1da4 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png
index 0b09d90..4bd1da4 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png
index a8bc28d..bbc2d91 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png
index 716437b..32991af 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-20~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png
index 09b1ef5..034f832 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png
index 81550d4..370b2d7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png
index 81550d4..370b2d7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png
index a5e479f..6851fb4 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png
index 09b1ef5..034f832 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-29~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png
index eb2ea80..9ab0d6d 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png
index eb2ea80..9ab0d6d 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png
index 6b670b8..62bc0ce 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png
index 0b09d90..4bd1da4 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-40~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png
index 6b670b8..62bc0ce 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@2x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png
index a0d6c42..d0ee73b 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-60@3x~car.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png
index 002a654..3404e5d 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png
index 6b670b8..62bc0ce 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png
index ab9e85a..594ecb7 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@2x~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png
index a0d6c42..d0ee73b 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png
index 8252635..a0782d9 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ios-marketing.png differ
diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png
index 04ea6e3..b9b2f3a 100644
Binary files a/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png and b/ios/Runner/Assets.xcassets/AppIcon.appiconset/AppIcon~ipad.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon.png
deleted file mode 100644
index 6493182..0000000
Binary files a/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon.png and /dev/null differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@2x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@2x.png
index 6b670b8..62bc0ce 100644
Binary files a/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@2x.png and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@2x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@3x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@3x.png
index a0d6c42..d0ee73b 100644
Binary files a/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@3x.png and b/ios/Runner/Assets.xcassets/LaunchImage.imageset/AppIcon@3x.png differ
diff --git a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
index d8c0db8..ae7d6f0 100644
--- a/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
+++ b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
@@ -1,10 +1,5 @@
{
"images" : [
- {
- "filename" : "AppIcon.png",
- "idiom" : "universal",
- "scale" : "1x"
- },
{
"filename" : "AppIcon@2x.png",
"idiom" : "universal",
diff --git a/lib/SETUP.dart b/lib/SETUP.dart
index 7e201d0..bb15545 100644
--- a/lib/SETUP.dart
+++ b/lib/SETUP.dart
@@ -4,4 +4,4 @@ const String WORDPRESS_URL = 'https://www.nasa.gov/';
const int PAGE_SIZE = 10;
// After setting your url, run the following command:
-// dart run build_runner build -d
\ No newline at end of file
+// dart run build_runner build -d
diff --git a/lib/app/app_startup.g.dart b/lib/app/app_startup.g.dart
index d8193ab..6b00e8f 100644
--- a/lib/app/app_startup.g.dart
+++ b/lib/app/app_startup.g.dart
@@ -13,8 +13,7 @@ String _$appStartupHash() => r'c015ff9232329759c5eb16aef71841d8ea009a1b';
final appStartupProvider = FutureProvider.internal(
appStartup,
name: r'appStartupProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$appStartupHash,
+ debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$appStartupHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/config/log_manager.g.dart b/lib/app/config/log_manager.g.dart
index 158095a..48d2f07 100644
--- a/lib/app/config/log_manager.g.dart
+++ b/lib/app/config/log_manager.g.dart
@@ -13,8 +13,7 @@ String _$logManagerHash() => r'6fd16091494b58f1d66f8069ba31abf171d9b5c2';
final logManagerProvider = Provider.internal(
logManager,
name: r'logManagerProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$logManagerHash,
+ debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$logManagerHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/config/router.g.dart b/lib/app/config/router.g.dart
index 2fbcf66..5001e84 100644
--- a/lib/app/config/router.g.dart
+++ b/lib/app/config/router.g.dart
@@ -13,8 +13,7 @@ String _$goRouterHash() => r'2662de11017637c4210566f7c32a4a8c86e373a8';
final goRouterProvider = AutoDisposeProvider.internal(
goRouter,
name: r'goRouterProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$goRouterHash,
+ debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$goRouterHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/config/theme.g.dart b/lib/app/config/theme.g.dart
index 0dc1157..561fdc6 100644
--- a/lib/app/config/theme.g.dart
+++ b/lib/app/config/theme.g.dart
@@ -13,8 +13,7 @@ String _$themeHash() => r'451ca9b444472b94d6248349ea0de23f71427208';
final themeProvider = Provider.internal(
theme,
name: r'themeProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$themeHash,
+ debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$themeHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/features/posts/data/database/database.g.dart b/lib/app/features/posts/data/database/database.g.dart
index ab899af..6b2c39b 100644
--- a/lib/app/features/posts/data/database/database.g.dart
+++ b/lib/app/features/posts/data/database/database.g.dart
@@ -3,29 +3,26 @@
part of 'database.dart';
// ignore_for_file: type=lint
-class $FavoritePostsTable extends FavoritePosts
- with TableInfo<$FavoritePostsTable, FavoritePost> {
+class $FavoritePostsTable extends FavoritePosts with TableInfo<$FavoritePostsTable, FavoritePost> {
@override
final GeneratedDatabase attachedDatabase;
final String? _alias;
$FavoritePostsTable(this.attachedDatabase, [this._alias]);
static const VerificationMeta _idMeta = const VerificationMeta('id');
@override
- late final GeneratedColumn id = GeneratedColumn(
- 'id', aliasedName, false,
+ late final GeneratedColumn id = GeneratedColumn('id', aliasedName, false,
hasAutoIncrement: true,
type: DriftSqlType.int,
requiredDuringInsert: false,
- defaultConstraints:
- GeneratedColumn.constraintIsAlways('PRIMARY KEY AUTOINCREMENT'));
+ defaultConstraints: GeneratedColumn.constraintIsAlways('PRIMARY KEY AUTOINCREMENT'));
static const VerificationMeta _postMeta = const VerificationMeta('post');
@override
- late final GeneratedColumnWithTypeConverter post =
- GeneratedColumn('post', aliasedName, false,
- type: DriftSqlType.string,
- requiredDuringInsert: true,
- defaultConstraints: GeneratedColumn.constraintIsAlways('UNIQUE'))
- .withConverter($FavoritePostsTable.$converterpost);
+ late final GeneratedColumnWithTypeConverter post = GeneratedColumn(
+ 'post', aliasedName, false,
+ type: DriftSqlType.string,
+ requiredDuringInsert: true,
+ defaultConstraints: GeneratedColumn.constraintIsAlways('UNIQUE'))
+ .withConverter($FavoritePostsTable.$converterpost);
@override
List get $columns => [id, post];
@override
@@ -51,11 +48,9 @@ class $FavoritePostsTable extends FavoritePosts
FavoritePost map(Map data, {String? tablePrefix}) {
final effectivePrefix = tablePrefix != null ? '$tablePrefix.' : '';
return FavoritePost(
- id: attachedDatabase.typeMapping
- .read(DriftSqlType.int, data['${effectivePrefix}id'])!,
- post: $FavoritePostsTable.$converterpost.fromSql(attachedDatabase
- .typeMapping
- .read(DriftSqlType.string, data['${effectivePrefix}post'])!),
+ id: attachedDatabase.typeMapping.read(DriftSqlType.int, data['${effectivePrefix}id'])!,
+ post: $FavoritePostsTable.$converterpost.fromSql(
+ attachedDatabase.typeMapping.read(DriftSqlType.string, data['${effectivePrefix}post'])!),
);
}
@@ -76,8 +71,7 @@ class FavoritePost extends DataClass implements Insertable {
final map = {};
map['id'] = Variable(id);
{
- map['post'] =
- Variable($FavoritePostsTable.$converterpost.toSql(post));
+ map['post'] = Variable($FavoritePostsTable.$converterpost.toSql(post));
}
return map;
}
@@ -89,8 +83,7 @@ class FavoritePost extends DataClass implements Insertable {
);
}
- factory FavoritePost.fromJson(Map json,
- {ValueSerializer? serializer}) {
+ factory FavoritePost.fromJson(Map json, {ValueSerializer? serializer}) {
serializer ??= driftRuntimeOptions.defaultSerializer;
return FavoritePost(
id: serializer.fromJson(json['id']),
@@ -169,8 +162,7 @@ class FavoritePostsCompanion extends UpdateCompanion {
map['id'] = Variable(id.value);
}
if (post.present) {
- map['post'] = Variable(
- $FavoritePostsTable.$converterpost.toSql(post.value));
+ map['post'] = Variable($FavoritePostsTable.$converterpost.toSql(post.value));
}
return map;
}
@@ -196,13 +188,11 @@ abstract class _$WpaDatabase extends GeneratedDatabase {
List get allSchemaEntities => [favoritePosts];
}
-typedef $$FavoritePostsTableCreateCompanionBuilder = FavoritePostsCompanion
- Function({
+typedef $$FavoritePostsTableCreateCompanionBuilder = FavoritePostsCompanion Function({
Value id,
required Post post,
});
-typedef $$FavoritePostsTableUpdateCompanionBuilder = FavoritePostsCompanion
- Function({
+typedef $$FavoritePostsTableUpdateCompanionBuilder = FavoritePostsCompanion Function({
Value id,
Value post,
});
@@ -219,10 +209,8 @@ class $$FavoritePostsTableTableManager extends RootTableManager<
: super(TableManagerState(
db: db,
table: table,
- filteringComposer:
- $$FavoritePostsTableFilterComposer(ComposerState(db, table)),
- orderingComposer:
- $$FavoritePostsTableOrderingComposer(ComposerState(db, table)),
+ filteringComposer: $$FavoritePostsTableFilterComposer(ComposerState(db, table)),
+ orderingComposer: $$FavoritePostsTableOrderingComposer(ComposerState(db, table)),
updateCompanionCallback: ({
Value id = const Value.absent(),
Value post = const Value.absent(),
@@ -247,15 +235,12 @@ class $$FavoritePostsTableFilterComposer
$$FavoritePostsTableFilterComposer(super.$state);
ColumnFilters get id => $state.composableBuilder(
column: $state.table.id,
- builder: (column, joinBuilders) =>
- ColumnFilters(column, joinBuilders: joinBuilders));
+ builder: (column, joinBuilders) => ColumnFilters(column, joinBuilders: joinBuilders));
- ColumnWithTypeConverterFilters get post =>
- $state.composableBuilder(
- column: $state.table.post,
- builder: (column, joinBuilders) => ColumnWithTypeConverterFilters(
- column,
- joinBuilders: joinBuilders));
+ ColumnWithTypeConverterFilters get post => $state.composableBuilder(
+ column: $state.table.post,
+ builder: (column, joinBuilders) =>
+ ColumnWithTypeConverterFilters(column, joinBuilders: joinBuilders));
}
class $$FavoritePostsTableOrderingComposer
@@ -263,13 +248,11 @@ class $$FavoritePostsTableOrderingComposer
$$FavoritePostsTableOrderingComposer(super.$state);
ColumnOrderings get id => $state.composableBuilder(
column: $state.table.id,
- builder: (column, joinBuilders) =>
- ColumnOrderings(column, joinBuilders: joinBuilders));
+ builder: (column, joinBuilders) => ColumnOrderings(column, joinBuilders: joinBuilders));
ColumnOrderings get post => $state.composableBuilder(
column: $state.table.post,
- builder: (column, joinBuilders) =>
- ColumnOrderings(column, joinBuilders: joinBuilders));
+ builder: (column, joinBuilders) => ColumnOrderings(column, joinBuilders: joinBuilders));
}
class $WpaDatabaseManager {
@@ -290,8 +273,7 @@ String _$databaseHash() => r'f58931026859955ce6c44d9cd5744ae8a8cce998';
final databaseProvider = Provider.internal(
database,
name: r'databaseProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$databaseHash,
+ debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$databaseHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/features/posts/data/favorites_repository.g.dart b/lib/app/features/posts/data/favorites_repository.g.dart
index f422d66..fb0b51a 100644
--- a/lib/app/features/posts/data/favorites_repository.g.dart
+++ b/lib/app/features/posts/data/favorites_repository.g.dart
@@ -6,18 +6,15 @@ part of 'favorites_repository.dart';
// RiverpodGenerator
// **************************************************************************
-String _$favoritesRepositoryHash() =>
- r'1baa7d326949f42d7745009ac83fe3d507e1f9a4';
+String _$favoritesRepositoryHash() => r'1baa7d326949f42d7745009ac83fe3d507e1f9a4';
/// See also [favoritesRepository].
@ProviderFor(favoritesRepository)
-final favoritesRepositoryProvider =
- AutoDisposeProvider.internal(
+final favoritesRepositoryProvider = AutoDisposeProvider.internal(
favoritesRepository,
name: r'favoritesRepositoryProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$favoritesRepositoryHash,
+ debugGetCreateSourceHash:
+ const bool.fromEnvironment('dart.vm.product') ? null : _$favoritesRepositoryHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/features/posts/data/post_client.g.dart b/lib/app/features/posts/data/post_client.g.dart
index bae8a44..3a6db70 100644
--- a/lib/app/features/posts/data/post_client.g.dart
+++ b/lib/app/features/posts/data/post_client.g.dart
@@ -63,9 +63,7 @@ class _PostClient implements PostClient {
final _result = await _dio.fetch>(_options);
late List _value;
try {
- _value = _result.data!
- .map((dynamic i) => Post.fromJson(i as Map))
- .toList();
+ _value = _result.data!.map((dynamic i) => Post.fromJson(i as Map)).toList();
} on Object catch (e, s) {
errorLogger?.logError(e, s, _options);
rethrow;
@@ -116,8 +114,7 @@ String _$postClientHash() => r'1cb22ed93a34b0ff4fa5151e3f4e92cadde3e846';
final postClientProvider = AutoDisposeProvider.internal(
postClient,
name: r'postClientProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$postClientHash,
+ debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$postClientHash,
dependencies: null,
allTransitiveDependencies: null,
);
@@ -163,8 +160,7 @@ class GetPostsFamily extends Family {
Iterable? get dependencies => _dependencies;
@override
- Iterable? get allTransitiveDependencies =>
- _allTransitiveDependencies;
+ Iterable? get allTransitiveDependencies => _allTransitiveDependencies;
@override
String? get name => r'getPostsProvider';
@@ -189,8 +185,7 @@ class GetPostsFamily extends Family {
}
/// Enables overriding the behavior of this provider, no matter the parameters.
- Override overrideWith(
- FutureOr Function(GetPostsRef ref) create) {
+ Override overrideWith(FutureOr Function(GetPostsRef ref) create) {
return _$GetPostsFamilyOverride(this, create);
}
}
@@ -224,9 +219,7 @@ class GetPostsProvider extends AutoDisposeFutureProvider {
from: getPostsProvider,
name: r'getPostsProvider',
debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$getPostsHash,
+ const bool.fromEnvironment('dart.vm.product') ? null : _$getPostsHash,
dependencies: GetPostsFamily._dependencies,
allTransitiveDependencies: GetPostsFamily._allTransitiveDependencies,
postQueryData: postQueryData,
@@ -305,8 +298,8 @@ mixin GetPostsRef on AutoDisposeFutureProviderRef {
PostQueryData get postQueryData;
}
-class _GetPostsProviderElement
- extends AutoDisposeFutureProviderElement with GetPostsRef {
+class _GetPostsProviderElement extends AutoDisposeFutureProviderElement
+ with GetPostsRef {
_GetPostsProviderElement(super.provider);
@override
diff --git a/lib/app/features/posts/domain/post.freezed.dart b/lib/app/features/posts/domain/post.freezed.dart
index 3bc0e25..5611360 100644
--- a/lib/app/features/posts/domain/post.freezed.dart
+++ b/lib/app/features/posts/domain/post.freezed.dart
@@ -40,8 +40,7 @@ mixin _$Post {
/// @nodoc
abstract class $PostCopyWith<$Res> {
- factory $PostCopyWith(Post value, $Res Function(Post) then) =
- _$PostCopyWithImpl<$Res, Post>;
+ factory $PostCopyWith(Post value, $Res Function(Post) then) = _$PostCopyWithImpl<$Res, Post>;
@useResult
$Res call(
{int id,
@@ -59,8 +58,7 @@ abstract class $PostCopyWith<$Res> {
}
/// @nodoc
-class _$PostCopyWithImpl<$Res, $Val extends Post>
- implements $PostCopyWith<$Res> {
+class _$PostCopyWithImpl<$Res, $Val extends Post> implements $PostCopyWith<$Res> {
_$PostCopyWithImpl(this._value, this._then);
// ignore: unused_field
@@ -160,8 +158,7 @@ class _$PostCopyWithImpl<$Res, $Val extends Post>
/// @nodoc
abstract class _$$PostImplCopyWith<$Res> implements $PostCopyWith<$Res> {
- factory _$$PostImplCopyWith(
- _$PostImpl value, $Res Function(_$PostImpl) then) =
+ factory _$$PostImplCopyWith(_$PostImpl value, $Res Function(_$PostImpl) then) =
__$$PostImplCopyWithImpl<$Res>;
@override
@useResult
@@ -185,8 +182,7 @@ abstract class _$$PostImplCopyWith<$Res> implements $PostCopyWith<$Res> {
}
/// @nodoc
-class __$$PostImplCopyWithImpl<$Res>
- extends _$PostCopyWithImpl<$Res, _$PostImpl>
+class __$$PostImplCopyWithImpl<$Res> extends _$PostCopyWithImpl<$Res, _$PostImpl>
implements _$$PostImplCopyWith<$Res> {
__$$PostImplCopyWithImpl(_$PostImpl _value, $Res Function(_$PostImpl) _then)
: super(_value, _then);
@@ -250,8 +246,7 @@ class _$PostImpl extends _Post {
@JsonKey(name: '_embedded') this.embedded})
: super._();
- factory _$PostImpl.fromJson(Map json) =>
- _$$PostImplFromJson(json);
+ factory _$PostImpl.fromJson(Map json) => _$$PostImplFromJson(json);
@override
final int id;
@@ -285,14 +280,12 @@ class _$PostImpl extends _Post {
(identical(other.excerpt, excerpt) || other.excerpt == excerpt) &&
(identical(other.date, date) || other.date == date) &&
(identical(other.link, link) || other.link == link) &&
- (identical(other.embedded, embedded) ||
- other.embedded == embedded));
+ (identical(other.embedded, embedded) || other.embedded == embedded));
}
@JsonKey(includeFromJson: false, includeToJson: false)
@override
- int get hashCode => Object.hash(
- runtimeType, id, title, content, excerpt, date, link, embedded);
+ int get hashCode => Object.hash(runtimeType, id, title, content, excerpt, date, link, embedded);
/// Create a copy of Post
/// with the given fields replaced by the non-null parameter values.
@@ -343,8 +336,7 @@ abstract class _Post extends Post {
/// with the given fields replaced by the non-null parameter values.
@override
@JsonKey(includeFromJson: false, includeToJson: false)
- _$$PostImplCopyWith<_$PostImpl> get copyWith =>
- throw _privateConstructorUsedError;
+ _$$PostImplCopyWith<_$PostImpl> get copyWith => throw _privateConstructorUsedError;
}
Renderable _$RenderableFromJson(Map json) {
@@ -361,22 +353,19 @@ mixin _$Renderable {
/// Create a copy of Renderable
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
- $RenderableCopyWith get copyWith =>
- throw _privateConstructorUsedError;
+ $RenderableCopyWith get copyWith => throw _privateConstructorUsedError;
}
/// @nodoc
abstract class $RenderableCopyWith<$Res> {
- factory $RenderableCopyWith(
- Renderable value, $Res Function(Renderable) then) =
+ factory $RenderableCopyWith(Renderable value, $Res Function(Renderable) then) =
_$RenderableCopyWithImpl<$Res, Renderable>;
@useResult
$Res call({String rendered});
}
/// @nodoc
-class _$RenderableCopyWithImpl<$Res, $Val extends Renderable>
- implements $RenderableCopyWith<$Res> {
+class _$RenderableCopyWithImpl<$Res, $Val extends Renderable> implements $RenderableCopyWith<$Res> {
_$RenderableCopyWithImpl(this._value, this._then);
// ignore: unused_field
@@ -401,10 +390,8 @@ class _$RenderableCopyWithImpl<$Res, $Val extends Renderable>
}
/// @nodoc
-abstract class _$$RenderableImplCopyWith<$Res>
- implements $RenderableCopyWith<$Res> {
- factory _$$RenderableImplCopyWith(
- _$RenderableImpl value, $Res Function(_$RenderableImpl) then) =
+abstract class _$$RenderableImplCopyWith<$Res> implements $RenderableCopyWith<$Res> {
+ factory _$$RenderableImplCopyWith(_$RenderableImpl value, $Res Function(_$RenderableImpl) then) =
__$$RenderableImplCopyWithImpl<$Res>;
@override
@useResult
@@ -412,11 +399,9 @@ abstract class _$$RenderableImplCopyWith<$Res>
}
/// @nodoc
-class __$$RenderableImplCopyWithImpl<$Res>
- extends _$RenderableCopyWithImpl<$Res, _$RenderableImpl>
+class __$$RenderableImplCopyWithImpl<$Res> extends _$RenderableCopyWithImpl<$Res, _$RenderableImpl>
implements _$$RenderableImplCopyWith<$Res> {
- __$$RenderableImplCopyWithImpl(
- _$RenderableImpl _value, $Res Function(_$RenderableImpl) _then)
+ __$$RenderableImplCopyWithImpl(_$RenderableImpl _value, $Res Function(_$RenderableImpl) _then)
: super(_value, _then);
/// Create a copy of Renderable
@@ -440,8 +425,7 @@ class __$$RenderableImplCopyWithImpl<$Res>
class _$RenderableImpl implements _Renderable {
const _$RenderableImpl({required this.rendered});
- factory _$RenderableImpl.fromJson(Map json) =>
- _$$RenderableImplFromJson(json);
+ factory _$RenderableImpl.fromJson(Map json) => _$$RenderableImplFromJson(json);
@override
final String rendered;
@@ -456,8 +440,7 @@ class _$RenderableImpl implements _Renderable {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$RenderableImpl &&
- (identical(other.rendered, rendered) ||
- other.rendered == rendered));
+ (identical(other.rendered, rendered) || other.rendered == rendered));
}
@JsonKey(includeFromJson: false, includeToJson: false)
@@ -481,11 +464,9 @@ class _$RenderableImpl implements _Renderable {
}
abstract class _Renderable implements Renderable {
- const factory _Renderable({required final String rendered}) =
- _$RenderableImpl;
+ const factory _Renderable({required final String rendered}) = _$RenderableImpl;
- factory _Renderable.fromJson(Map json) =
- _$RenderableImpl.fromJson;
+ factory _Renderable.fromJson(Map json) = _$RenderableImpl.fromJson;
@override
String get rendered;
@@ -494,8 +475,7 @@ abstract class _Renderable implements Renderable {
/// with the given fields replaced by the non-null parameter values.
@override
@JsonKey(includeFromJson: false, includeToJson: false)
- _$$RenderableImplCopyWith<_$RenderableImpl> get copyWith =>
- throw _privateConstructorUsedError;
+ _$$RenderableImplCopyWith<_$RenderableImpl> get copyWith => throw _privateConstructorUsedError;
}
Embedded _$EmbeddedFromJson(Map json) {
@@ -505,8 +485,7 @@ Embedded _$EmbeddedFromJson(Map json) {
/// @nodoc
mixin _$Embedded {
@JsonKey(name: 'wp:featuredmedia')
- List? get wpFeaturedmedia =>
- throw _privateConstructorUsedError;
+ List? get wpFeaturedmedia => throw _privateConstructorUsedError;
/// Serializes this Embedded to a JSON map.
Map toJson() => throw _privateConstructorUsedError;
@@ -514,8 +493,7 @@ mixin _$Embedded {
/// Create a copy of Embedded
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
- $EmbeddedCopyWith get copyWith =>
- throw _privateConstructorUsedError;
+ $EmbeddedCopyWith get copyWith => throw _privateConstructorUsedError;
}
/// @nodoc
@@ -523,14 +501,11 @@ abstract class $EmbeddedCopyWith<$Res> {
factory $EmbeddedCopyWith(Embedded value, $Res Function(Embedded) then) =
_$EmbeddedCopyWithImpl<$Res, Embedded>;
@useResult
- $Res call(
- {@JsonKey(name: 'wp:featuredmedia')
- List? wpFeaturedmedia});
+ $Res call({@JsonKey(name: 'wp:featuredmedia') List? wpFeaturedmedia});
}
/// @nodoc
-class _$EmbeddedCopyWithImpl<$Res, $Val extends Embedded>
- implements $EmbeddedCopyWith<$Res> {
+class _$EmbeddedCopyWithImpl<$Res, $Val extends Embedded> implements $EmbeddedCopyWith<$Res> {
_$EmbeddedCopyWithImpl(this._value, this._then);
// ignore: unused_field
@@ -555,24 +530,18 @@ class _$EmbeddedCopyWithImpl<$Res, $Val extends Embedded>
}
/// @nodoc
-abstract class _$$EmbeddedImplCopyWith<$Res>
- implements $EmbeddedCopyWith<$Res> {
- factory _$$EmbeddedImplCopyWith(
- _$EmbeddedImpl value, $Res Function(_$EmbeddedImpl) then) =
+abstract class _$$EmbeddedImplCopyWith<$Res> implements $EmbeddedCopyWith<$Res> {
+ factory _$$EmbeddedImplCopyWith(_$EmbeddedImpl value, $Res Function(_$EmbeddedImpl) then) =
__$$EmbeddedImplCopyWithImpl<$Res>;
@override
@useResult
- $Res call(
- {@JsonKey(name: 'wp:featuredmedia')
- List? wpFeaturedmedia});
+ $Res call({@JsonKey(name: 'wp:featuredmedia') List? wpFeaturedmedia});
}
/// @nodoc
-class __$$EmbeddedImplCopyWithImpl<$Res>
- extends _$EmbeddedCopyWithImpl<$Res, _$EmbeddedImpl>
+class __$$EmbeddedImplCopyWithImpl<$Res> extends _$EmbeddedCopyWithImpl<$Res, _$EmbeddedImpl>
implements _$$EmbeddedImplCopyWith<$Res> {
- __$$EmbeddedImplCopyWithImpl(
- _$EmbeddedImpl _value, $Res Function(_$EmbeddedImpl) _then)
+ __$$EmbeddedImplCopyWithImpl(_$EmbeddedImpl _value, $Res Function(_$EmbeddedImpl) _then)
: super(_value, _then);
/// Create a copy of Embedded
@@ -595,12 +564,10 @@ class __$$EmbeddedImplCopyWithImpl<$Res>
@JsonSerializable()
class _$EmbeddedImpl implements _Embedded {
const _$EmbeddedImpl(
- {@JsonKey(name: 'wp:featuredmedia')
- final List? wpFeaturedmedia})
+ {@JsonKey(name: 'wp:featuredmedia') final List? wpFeaturedmedia})
: _wpFeaturedmedia = wpFeaturedmedia;
- factory _$EmbeddedImpl.fromJson(Map json) =>
- _$$EmbeddedImplFromJson(json);
+ factory _$EmbeddedImpl.fromJson(Map json) => _$$EmbeddedImplFromJson(json);
final List? _wpFeaturedmedia;
@override
@@ -623,14 +590,13 @@ class _$EmbeddedImpl implements _Embedded {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$EmbeddedImpl &&
- const DeepCollectionEquality()
- .equals(other._wpFeaturedmedia, _wpFeaturedmedia));
+ const DeepCollectionEquality().equals(other._wpFeaturedmedia, _wpFeaturedmedia));
}
@JsonKey(includeFromJson: false, includeToJson: false)
@override
- int get hashCode => Object.hash(
- runtimeType, const DeepCollectionEquality().hash(_wpFeaturedmedia));
+ int get hashCode =>
+ Object.hash(runtimeType, const DeepCollectionEquality().hash(_wpFeaturedmedia));
/// Create a copy of Embedded
/// with the given fields replaced by the non-null parameter values.
@@ -650,11 +616,10 @@ class _$EmbeddedImpl implements _Embedded {
abstract class _Embedded implements Embedded {
const factory _Embedded(
- {@JsonKey(name: 'wp:featuredmedia')
- final List? wpFeaturedmedia}) = _$EmbeddedImpl;
+ {@JsonKey(name: 'wp:featuredmedia') final List? wpFeaturedmedia}) =
+ _$EmbeddedImpl;
- factory _Embedded.fromJson(Map json) =
- _$EmbeddedImpl.fromJson;
+ factory _Embedded.fromJson(Map json) = _$EmbeddedImpl.fromJson;
@override
@JsonKey(name: 'wp:featuredmedia')
@@ -664,8 +629,7 @@ abstract class _Embedded implements Embedded {
/// with the given fields replaced by the non-null parameter values.
@override
@JsonKey(includeFromJson: false, includeToJson: false)
- _$$EmbeddedImplCopyWith<_$EmbeddedImpl> get copyWith =>
- throw _privateConstructorUsedError;
+ _$$EmbeddedImplCopyWith<_$EmbeddedImpl> get copyWith => throw _privateConstructorUsedError;
}
WpFeaturedmedia _$WpFeaturedmediaFromJson(Map json) {
@@ -687,14 +651,12 @@ mixin _$WpFeaturedmedia {
/// Create a copy of WpFeaturedmedia
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
- $WpFeaturedmediaCopyWith get copyWith =>
- throw _privateConstructorUsedError;
+ $WpFeaturedmediaCopyWith get copyWith => throw _privateConstructorUsedError;
}
/// @nodoc
abstract class $WpFeaturedmediaCopyWith<$Res> {
- factory $WpFeaturedmediaCopyWith(
- WpFeaturedmedia value, $Res Function(WpFeaturedmedia) then) =
+ factory $WpFeaturedmediaCopyWith(WpFeaturedmedia value, $Res Function(WpFeaturedmedia) then) =
_$WpFeaturedmediaCopyWithImpl<$Res, WpFeaturedmedia>;
@useResult
$Res call(
@@ -752,10 +714,9 @@ class _$WpFeaturedmediaCopyWithImpl<$Res, $Val extends WpFeaturedmedia>
}
/// @nodoc
-abstract class _$$WpFeaturedmediaImplCopyWith<$Res>
- implements $WpFeaturedmediaCopyWith<$Res> {
- factory _$$WpFeaturedmediaImplCopyWith(_$WpFeaturedmediaImpl value,
- $Res Function(_$WpFeaturedmediaImpl) then) =
+abstract class _$$WpFeaturedmediaImplCopyWith<$Res> implements $WpFeaturedmediaCopyWith<$Res> {
+ factory _$$WpFeaturedmediaImplCopyWith(
+ _$WpFeaturedmediaImpl value, $Res Function(_$WpFeaturedmediaImpl) then) =
__$$WpFeaturedmediaImplCopyWithImpl<$Res>;
@override
@useResult
@@ -850,8 +811,7 @@ class _$WpFeaturedmediaImpl implements _WpFeaturedmedia {
(identical(other.date, date) || other.date == date) &&
(identical(other.slug, slug) || other.slug == slug) &&
(identical(other.type, type) || other.type == type) &&
- (identical(other.sourceUrl, sourceUrl) ||
- other.sourceUrl == sourceUrl));
+ (identical(other.sourceUrl, sourceUrl) || other.sourceUrl == sourceUrl));
}
@JsonKey(includeFromJson: false, includeToJson: false)
@@ -864,8 +824,7 @@ class _$WpFeaturedmediaImpl implements _WpFeaturedmedia {
@override
@pragma('vm:prefer-inline')
_$$WpFeaturedmediaImplCopyWith<_$WpFeaturedmediaImpl> get copyWith =>
- __$$WpFeaturedmediaImplCopyWithImpl<_$WpFeaturedmediaImpl>(
- this, _$identity);
+ __$$WpFeaturedmediaImplCopyWithImpl<_$WpFeaturedmediaImpl>(this, _$identity);
@override
Map toJson() {
@@ -877,15 +836,13 @@ class _$WpFeaturedmediaImpl implements _WpFeaturedmedia {
abstract class _WpFeaturedmedia implements WpFeaturedmedia {
const factory _WpFeaturedmedia(
- {required final int id,
- required final DateTime date,
- required final String slug,
- required final String type,
- @JsonKey(name: 'source_url') required final String sourceUrl}) =
- _$WpFeaturedmediaImpl;
-
- factory _WpFeaturedmedia.fromJson(Map json) =
- _$WpFeaturedmediaImpl.fromJson;
+ {required final int id,
+ required final DateTime date,
+ required final String slug,
+ required final String type,
+ @JsonKey(name: 'source_url') required final String sourceUrl}) = _$WpFeaturedmediaImpl;
+
+ factory _WpFeaturedmedia.fromJson(Map json) = _$WpFeaturedmediaImpl.fromJson;
@override
int get id;
diff --git a/lib/app/features/posts/domain/post.g.dart b/lib/app/features/posts/domain/post.g.dart
index 30a0c05..b9f2f2c 100644
--- a/lib/app/features/posts/domain/post.g.dart
+++ b/lib/app/features/posts/domain/post.g.dart
@@ -38,18 +38,15 @@ Map _$$PostImplToJson(_$PostImpl instance) {
return val;
}
-_$RenderableImpl _$$RenderableImplFromJson(Map json) =>
- _$RenderableImpl(
+_$RenderableImpl _$$RenderableImplFromJson(Map json) => _$RenderableImpl(
rendered: json['rendered'] as String,
);
-Map _$$RenderableImplToJson(_$RenderableImpl instance) =>
- {
+Map _$$RenderableImplToJson(_$RenderableImpl instance) => {
'rendered': instance.rendered,
};
-_$EmbeddedImpl _$$EmbeddedImplFromJson(Map json) =>
- _$EmbeddedImpl(
+_$EmbeddedImpl _$$EmbeddedImplFromJson(Map json) => _$EmbeddedImpl(
wpFeaturedmedia: (json['wp:featuredmedia'] as List?)
?.map((e) => WpFeaturedmedia.fromJson(e as Map))
.toList(),
@@ -64,13 +61,11 @@ Map _$$EmbeddedImplToJson(_$EmbeddedImpl instance) {
}
}
- writeNotNull('wp:featuredmedia',
- instance.wpFeaturedmedia?.map((e) => e.toJson()).toList());
+ writeNotNull('wp:featuredmedia', instance.wpFeaturedmedia?.map((e) => e.toJson()).toList());
return val;
}
-_$WpFeaturedmediaImpl _$$WpFeaturedmediaImplFromJson(
- Map json) =>
+_$WpFeaturedmediaImpl _$$WpFeaturedmediaImplFromJson(Map json) =>
_$WpFeaturedmediaImpl(
id: (json['id'] as num).toInt(),
date: DateTime.parse(json['date'] as String),
@@ -79,8 +74,7 @@ _$WpFeaturedmediaImpl _$$WpFeaturedmediaImplFromJson(
sourceUrl: json['source_url'] as String,
);
-Map _$$WpFeaturedmediaImplToJson(
- _$WpFeaturedmediaImpl instance) =>
+Map _$$WpFeaturedmediaImplToJson(_$WpFeaturedmediaImpl instance) =>
{
'id': instance.id,
'date': instance.date.toIso8601String(),
diff --git a/lib/app/features/settings/shared_preferences.g.dart b/lib/app/features/settings/shared_preferences.g.dart
index 7b981ad..5fbf284 100644
--- a/lib/app/features/settings/shared_preferences.g.dart
+++ b/lib/app/features/settings/shared_preferences.g.dart
@@ -13,9 +13,8 @@ String _$sharedPreferencesHash() => r'47cb50bf58560b9b778a1c3096feb57170034e9a';
final sharedPreferencesProvider = FutureProvider.internal(
sharedPreferences,
name: r'sharedPreferencesProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$sharedPreferencesHash,
+ debugGetCreateSourceHash:
+ const bool.fromEnvironment('dart.vm.product') ? null : _$sharedPreferencesHash,
dependencies: null,
allTransitiveDependencies: null,
);
diff --git a/lib/app/shared/url_launcher.g.dart b/lib/app/shared/url_launcher.g.dart
index 8755afa..fe819ef 100644
--- a/lib/app/shared/url_launcher.g.dart
+++ b/lib/app/shared/url_launcher.g.dart
@@ -46,8 +46,7 @@ class LaunchFamily extends Family {
Iterable? get dependencies => _dependencies;
@override
- Iterable? get allTransitiveDependencies =>
- _allTransitiveDependencies;
+ Iterable? get allTransitiveDependencies => _allTransitiveDependencies;
@override
String? get name => r'launchProvider';
@@ -106,9 +105,7 @@ class LaunchProvider extends AutoDisposeFutureProvider {
from: launchProvider,
name: r'launchProvider',
debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$launchHash,
+ const bool.fromEnvironment('dart.vm.product') ? null : _$launchHash,
dependencies: LaunchFamily._dependencies,
allTransitiveDependencies: LaunchFamily._allTransitiveDependencies,
url: url,
@@ -189,8 +186,7 @@ mixin LaunchRef on AutoDisposeFutureProviderRef {
String? get url;
}
-class _LaunchProviderElement extends AutoDisposeFutureProviderElement
- with LaunchRef {
+class _LaunchProviderElement extends AutoDisposeFutureProviderElement with LaunchRef {
_LaunchProviderElement(super.provider);
@override
diff --git a/web/favicon.png b/web/favicon.png
deleted file mode 100644
index 66a69cb..0000000
Binary files a/web/favicon.png and /dev/null differ
diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png
index 87a1fdd..4d8546d 100644
Binary files a/web/icons/Icon-192.png and b/web/icons/Icon-192.png differ
diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png
index 69c3c2c..b03fcef 100644
Binary files a/web/icons/Icon-512.png and b/web/icons/Icon-512.png differ
diff --git a/web/icons/apple-touch-icon.png b/web/icons/apple-touch-icon.png
index a0d6c42..d0ee73b 100644
Binary files a/web/icons/apple-touch-icon.png and b/web/icons/apple-touch-icon.png differ
diff --git a/web/icons/favicon.ico b/web/icons/favicon.ico
index 84a076a..15ea117 100644
Binary files a/web/icons/favicon.ico and b/web/icons/favicon.ico differ
diff --git a/web/icons/favicon.png b/web/icons/favicon.png
deleted file mode 100644
index 66a69cb..0000000
Binary files a/web/icons/favicon.png and /dev/null differ
diff --git a/web/icons/icon-192-maskable.png b/web/icons/icon-192-maskable.png
index f4fb2e8..04b50f4 100644
Binary files a/web/icons/icon-192-maskable.png and b/web/icons/icon-192-maskable.png differ
diff --git a/web/icons/icon-512-maskable.png b/web/icons/icon-512-maskable.png
index ec02b4f..c9011f4 100644
Binary files a/web/icons/icon-512-maskable.png and b/web/icons/icon-512-maskable.png differ