Add evolution backtracing

This commit is contained in:
zontreck 2025-03-23 20:28:22 -07:00
parent e968d61e8b
commit 3f4462435b
3 changed files with 320 additions and 82 deletions

View file

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