Finish implementing initial setup process

This commit is contained in:
zontreck 2024-05-15 15:53:13 -07:00
parent d47906e10f
commit 7c358d48e0
9 changed files with 340 additions and 41 deletions

View file

@ -7,8 +7,9 @@ class Constants {
static const TITLEBAR_COLOR = Color.fromARGB(255, 97, 0, 0);
static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97);
static const VERSION = "1.0.051524.1345";
static const VERSION = "1.0.051524.1458";
static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved";
static const CLIENTPSK = "";
static const SERVICES_JSON =
"https://raw.githubusercontent.com/AriasCreations/AriasCreations/main/services.json";