Add in a update checker
This commit is contained in:
parent
3d2226947c
commit
31c4b62c14
6 changed files with 116 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue