mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-05 17:59:32 +00:00
chore: Update app label and branding to "Vaani"
This commit is contained in:
parent
d0f1f01dde
commit
a56581c25e
10 changed files with 51 additions and 52 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue