Add a handler for the filters on evolutions.

This commit is contained in:
zontreck 2025-03-23 22:36:44 -07:00
parent 3f4462435b
commit 670c23d264
6 changed files with 94 additions and 52 deletions

View file

@ -1,7 +1,7 @@
import 'dart:io';
class Constants {
static const VERSION = "1.0.032325+2027";
static const VERSION = "1.0.032325+2236";
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}