diff --git a/README.md b/README.md index 1bdfae2..852536a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# vorpal +# PlaySync -A new Flutter project. +A game synchronization system. ## Getting Started diff --git a/lib/HomePage.dart b/lib/HomePage.dart index e131315..5af1521 100644 --- a/lib/HomePage.dart +++ b/lib/HomePage.dart @@ -1,5 +1,5 @@ import 'package:flutter/material.dart'; -import 'package:vorpal/Constants.dart'; +import 'package:playsync/Constants.dart'; class HomePage extends StatefulWidget { HomePage({super.key}); diff --git a/lib/Welcome.dart b/lib/Welcome.dart index bb68894..d4d70b9 100644 --- a/lib/Welcome.dart +++ b/lib/Welcome.dart @@ -1,5 +1,5 @@ import 'package:flutter/material.dart'; -import 'package:vorpal/HomePage.dart'; +import 'package:playsync/HomePage.dart'; class Welcome extends StatelessWidget { const Welcome({super.key}); diff --git a/lib/main.dart b/lib/main.dart index ae17821..5381fdb 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,5 +1,5 @@ import 'package:flutter/material.dart'; -import 'package:vorpal/Welcome.dart'; +import 'package:playsync/Welcome.dart'; void main() { runApp(const Welcome()); diff --git a/linux/my_application.cc b/linux/my_application.cc index d8f4f30..c2646d2 100644 --- a/linux/my_application.cc +++ b/linux/my_application.cc @@ -40,11 +40,11 @@ static void my_application_activate(GApplication* application) { if (use_header_bar) { GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new()); gtk_widget_show(GTK_WIDGET(header_bar)); - gtk_header_bar_set_title(header_bar, "Vorpal"); + gtk_header_bar_set_title(header_bar, "PlaySync"); gtk_header_bar_set_show_close_button(header_bar, TRUE); gtk_window_set_titlebar(window, GTK_WIDGET(header_bar)); } else { - gtk_window_set_title(window, "Vorpal"); + gtk_window_set_title(window, "PlaySync"); } gtk_window_set_default_size(window, 1280, 720); diff --git a/pubspec.yaml b/pubspec.yaml index 546d58e..bdaadc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: vorpal +name: playsync description: "A Game Storage Server" # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. diff --git a/web/index.html b/web/index.html index 366558d..b611251 100644 --- a/web/index.html +++ b/web/index.html @@ -29,7 +29,7 @@ -