Add a filters page

This commit is contained in:
zontreck 2025-03-23 19:56:54 -07:00
parent ce29fd3791
commit e968d61e8b
6 changed files with 173 additions and 11 deletions

View file

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