chore: Update app label and branding to "Vaani"

This commit is contained in:
Dr-Blank 2024-08-23 04:23:42 -04:00
parent d0f1f01dde
commit a56581c25e
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
10 changed files with 51 additions and 52 deletions

7
.vscode/launch.json vendored
View file

@ -4,20 +4,19 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "whispering_pages",
"name": "vaani",
"request": "launch",
"type": "dart"
},
{
"name": "whispering_pages (profile mode)",
"name": "vaani (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "whispering_pages (release mode)",
"name": "vaani (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"