diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json
deleted file mode 100644
index f000541..0000000
--- a/.fvm/fvm_config.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "flutterSdkVersion": "3.13.8",
- "flavors": {}
-}
\ No newline at end of file
diff --git a/.fvmrc b/.fvmrc
new file mode 100644
index 0000000..3072dbc
--- /dev/null
+++ b/.fvmrc
@@ -0,0 +1,3 @@
+{
+ "flutter": "3.13.8"
+}
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 563de0a..7727490 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,40 +1,37 @@
---
name: Bug Report
-about: Create a report to help us improve
+about: Create a bug report to help us improve
title: '[Bug]: '
labels: bug
assignees: ''
---
-*For questions or comments, please use the [Discussions](https://github.com/jithware/brethap/discussions) section. Please complete the sections below:*
+*For questions or comments, please use the [Discussions](https://github.com/jithware/brethap/discussions) section. Please complete **all** the sections below:*
-**Describe the bug**
+**Describe the bug:**
A clear and concise description of what the bug is.
-**To Reproduce**
-Steps to reproduce the behavior:
+**Steps to Reproduce:**
+Include all steps to reproduce the behavior. Be specific. If a bug can not be reproduced by the assignee, it will likely not be resolvable.
1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
+2. Click on '...'
+3. Scroll down to '...'
4. See error
-**Expected behavior**
+**Expected behavior:**
A clear and concise description of what you expected to happen.
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
+**Screenshots:**
+If applicable, [add](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files) screenshots to help explain your problem.
-**Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 1.0.1+10]
+**Smartphone:** Detail information about the device the bug occurs on.
+ - Device: [e.g. Pixel 5]
+ - OS: [e.g. Android 14]
+ - Brethap version [e.g. 1.0.1+10]
-**Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 1.0.1+10]
+**Additional context:**
-**Additional context**
-Add any other context or screenshots about the problem here.
+[Attach](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files) any other context [e.g. .txt file] or screenshots about the problem here.
+
+*Note: external urls to images or files are not acceptable as they can be temporary or altered, thereby not preserving the integrity of the bug history.*
diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml
index 6cb72b8..ab57bb3 100644
--- a/.github/workflows/flutter.yml
+++ b/.github/workflows/flutter.yml
@@ -12,7 +12,7 @@ jobs:
# See https://github.com/subosito/flutter-action
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8'
diff --git a/.gitignore b/.gitignore
index bf23a66..b8585c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,5 +52,7 @@ brethap.tar.gz
# Output of flutter test
downloadsPath/brethap.sessions.csv
-# Flutter version management set with: fvm use 3.10.3
-.fvm/flutter_sdk
+# Flutter version management set with: fvm use 3.13.8
+
+# FVM Version Cache
+.fvm/
\ No newline at end of file
diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
index bc5eea9..a94ccc8 100644
Binary files a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png and b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png
new file mode 100644
index 0000000..97901c0
Binary files /dev/null and b/android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
index 8d8b515..26ab429 100644
Binary files a/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png and b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_monochrome.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_monochrome.png
new file mode 100644
index 0000000..f1400a1
Binary files /dev/null and b/android/app/src/main/res/drawable-mdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
index d783dfb..fcf8826 100644
Binary files a/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_monochrome.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_monochrome.png
new file mode 100644
index 0000000..d954853
Binary files /dev/null and b/android/app/src/main/res/drawable-xhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
index 61307e9..ba5a019 100644
Binary files a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_monochrome.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_monochrome.png
new file mode 100644
index 0000000..a55ff12
Binary files /dev/null and b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
index 47827c4..7c4e210 100644
Binary files a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png and b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_monochrome.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_monochrome.png
new file mode 100644
index 0000000..875a66b
Binary files /dev/null and b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_monochrome.png differ
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index b26e945..f606c4d 100644
--- a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,5 +2,5 @@
-
+
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 b99d9f2..709e40f 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-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
index c97804f..d37392c 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-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
index ad88bab..cb285f6 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-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
index 8abd0e4..a89ef4e 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-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
index 2d235bd..9ef8db0 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/docs/flutter_service_worker.js b/docs/flutter_service_worker.js
index d39978b..4862689 100644
--- a/docs/flutter_service_worker.js
+++ b/docs/flutter_service_worker.js
@@ -36,10 +36,10 @@ const RESOURCES = {"assets/FontManifest.json": "7b2a36307916a9721811788013e65289
"manifest.json": "7dbb56011187c29a1092f838ef6df339",
"README.md": "e36fa824f15fa14b5e13c4be30936e63",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
-"index.html": "1bc3e24008e9791157418d0b881e2f88",
-"/": "1bc3e24008e9791157418d0b881e2f88",
-"main.dart.js": "7482d33bea8bce23ee1acab6b231e414",
-"version.json": "6bd65753696e376b299047f14478f9de"};
+"index.html": "b5277170683580dbd63d8d0973bcd2ea",
+"/": "b5277170683580dbd63d8d0973bcd2ea",
+"main.dart.js": "4e989ad06bf85794ccfb8c9a6321c326",
+"version.json": "109f8e0215fc4dfe10981ce4afff291b"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
diff --git a/docs/index.html b/docs/index.html
index 57b484e..410c153 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->