Add in a update checker

This commit is contained in:
zontreck 2025-05-31 23:26:40 -07:00
parent 3d2226947c
commit 31c4b62c14
6 changed files with 116 additions and 2 deletions

View file

@ -3,6 +3,7 @@ import 'dart:math';
import 'package:pokedex/pokemon.dart';
class SessionData {
static bool isUpdateAvailable = false;
static bool enableDescription = true;
static bool darkMode = false;
static int highest = 9;