import 'dart:io'; class Constants { static const VERSION = "1.0.032825+2029"; //static bool get isMobile => Platform.isAndroid || Platform.isIOS; }