Skip to content

Commit a56581c

Browse files
committed
chore: Update app label and branding to "Vaani"
1 parent d0f1f01 commit a56581c

File tree

10 files changed

+51
-52
lines changed

10 files changed

+51
-52
lines changed

.vscode/launch.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7-
87
{
9-
"name": "whispering_pages",
8+
"name": "vaani",
109
"request": "launch",
1110
"type": "dart"
1211
},
1312
{
14-
"name": "whispering_pages (profile mode)",
13+
"name": "vaani (profile mode)",
1514
"request": "launch",
1615
"type": "dart",
1716
"flutterMode": "profile"
1817
},
1918
{
20-
"name": "whispering_pages (release mode)",
19+
"name": "vaani (release mode)",
2120
"request": "launch",
2221
"type": "dart",
2322
"flutterMode": "release"

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323
}
2424

2525
android {
26-
namespace "com.example.whispering_pages"
26+
namespace "dr.blank.vaani"
2727
compileSdk flutter.compileSdkVersion
2828
ndkVersion flutter.ndkVersion
2929

android/app/src/main/kotlin/com/example/whispering_pages/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.whispering_pages
1+
package dr.blank.vaani
22

33
import io.flutter.embedding.android.FlutterActivity
44

linux/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ project(runner LANGUAGES CXX)
44

55
# The name of the executable created for the application. Change this to change
66
# the on-disk name of your application.
7-
set(BINARY_NAME "whispering_pages")
7+
set(BINARY_NAME "vaani")
88
# The unique GTK application identifier for this application. See:
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10-
set(APPLICATION_ID "com.example.whispering_pages")
10+
set(APPLICATION_ID "dr.blank.vaani")
1111

1212
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1313
# versions of CMake.

linux/my_application.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ static void my_application_activate(GApplication* application) {
4040
if (use_header_bar) {
4141
GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
4242
gtk_widget_show(GTK_WIDGET(header_bar));
43-
gtk_header_bar_set_title(header_bar, "whispering_pages");
43+
gtk_header_bar_set_title(header_bar, "vaani");
4444
gtk_header_bar_set_show_close_button(header_bar, TRUE);
4545
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
4646
} else {
47-
gtk_window_set_title(window, "whispering_pages");
47+
gtk_window_set_title(window, "vaani");
4848
}
4949

5050
gtk_window_set_default_size(window, 1280, 720);

web/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<!-- iOS meta tags & icons -->
2424
<meta name="apple-mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
26-
<meta name="apple-mobile-web-app-title" content="whispering_pages">
26+
<meta name="apple-mobile-web-app-title" content="vaani">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">
2828

2929
<!-- Favicon -->
3030
<link rel="icon" type="image/png" href="favicon.png"/>
3131

32-
<title>whispering_pages</title>
32+
<title>vaani</title>
3333
<link rel="manifest" href="manifest.json">
3434

3535
<script>

web/manifest.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "whispering_pages",
3-
"short_name": "whispering_pages",
4-
"start_url": ".",
5-
"display": "standalone",
6-
"background_color": "#0175C2",
7-
"theme_color": "#0175C2",
8-
"description": "A new Flutter project.",
9-
"orientation": "portrait-primary",
10-
"prefer_related_applications": false,
11-
"icons": [
12-
{
13-
"src": "icons/Icon-192.png",
14-
"sizes": "192x192",
15-
"type": "image/png"
16-
},
17-
{
18-
"src": "icons/Icon-512.png",
19-
"sizes": "512x512",
20-
"type": "image/png"
21-
},
22-
{
23-
"src": "icons/Icon-maskable-192.png",
24-
"sizes": "192x192",
25-
"type": "image/png",
26-
"purpose": "maskable"
27-
},
28-
{
29-
"src": "icons/Icon-maskable-512.png",
30-
"sizes": "512x512",
31-
"type": "image/png",
32-
"purpose": "maskable"
33-
}
34-
]
2+
"name": "vaani",
3+
"short_name": "vaani",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"background_color": "#0175C2",
7+
"theme_color": "#0175C2",
8+
"description": "A new Flutter project.",
9+
"orientation": "portrait-primary",
10+
"prefer_related_applications": false,
11+
"icons": [
12+
{
13+
"src": "icons/Icon-192.png",
14+
"sizes": "192x192",
15+
"type": "image/png"
16+
},
17+
{
18+
"src": "icons/Icon-512.png",
19+
"sizes": "512x512",
20+
"type": "image/png"
21+
},
22+
{
23+
"src": "icons/Icon-maskable-192.png",
24+
"sizes": "192x192",
25+
"type": "image/png",
26+
"purpose": "maskable"
27+
},
28+
{
29+
"src": "icons/Icon-maskable-512.png",
30+
"sizes": "512x512",
31+
"type": "image/png",
32+
"purpose": "maskable"
33+
}
34+
]
3535
}

windows/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Project-level configuration.
22
cmake_minimum_required(VERSION 3.14)
3-
project(whispering_pages LANGUAGES CXX)
3+
project(vaani LANGUAGES CXX)
44

55
# The name of the executable created for the application. Change this to change
66
# the on-disk name of your application.
7-
set(BINARY_NAME "whispering_pages")
7+
set(BINARY_NAME "vaani")
88

99
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1010
# versions of CMake.

windows/runner/Runner.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ BEGIN
9090
BLOCK "040904e4"
9191
BEGIN
9292
VALUE "CompanyName", "com.example" "\0"
93-
VALUE "FileDescription", "whispering_pages" "\0"
93+
VALUE "FileDescription", "vaani" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
95-
VALUE "InternalName", "whispering_pages" "\0"
95+
VALUE "InternalName", "vaani" "\0"
9696
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
97-
VALUE "OriginalFilename", "whispering_pages.exe" "\0"
98-
VALUE "ProductName", "whispering_pages" "\0"
97+
VALUE "OriginalFilename", "vaani.exe" "\0"
98+
VALUE "ProductName", "vaani" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"
100100
END
101101
END

windows/runner/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
2727
FlutterWindow window(project);
2828
Win32Window::Point origin(10, 10);
2929
Win32Window::Size size(1280, 720);
30-
if (!window.Create(L"whispering_pages", origin, size)) {
30+
if (!window.Create(L"vaani", origin, size)) {
3131
return EXIT_FAILURE;
3232
}
3333
window.SetQuitOnClose(true);

0 commit comments

Comments
 (0)