Move the update stuff to its own page

This commit is contained in:
zontreck 2025-05-14 20:54:17 -07:00
parent fcf5348f96
commit 4504708df8
6 changed files with 106 additions and 41 deletions

View file

@ -5,7 +5,7 @@ import 'package:dio/dio.dart';
class TTConsts {
static const UPDATE_URL =
"https://git.zontreck.com/AriasCreations/TimeTracker/raw/branch/main/latest-releases.json";
static const VERSION = "1.0.0-dev.3";
static const VERSION = "1.0.0-dev.4";
static bool UPDATE_AVAILABLE = false;
static UpdateChannel UPDATE_CHANNEL = UpdateChannel.alpha;