Make the evolution layout more readable

This commit is contained in:
zontreck 2025-03-24 02:22:46 -07:00
parent 32ae4f3e41
commit 03246aad71
3 changed files with 81 additions and 63 deletions

View file

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