Add more entries, restore desktop app support
This commit is contained in:
parent
2ade0cca22
commit
2b52ada9b9
28 changed files with 79 additions and 19 deletions
|
@ -1,3 +1,7 @@
|
|||
import 'dart:io';
|
||||
|
||||
class Constants {
|
||||
static const VERSION = "1.0.032225+1922";
|
||||
static const VERSION = "1.0.032225+2020";
|
||||
|
||||
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue