Initial version of the descriptions and Locations provider
This commit is contained in:
parent
e5901e62bb
commit
18641d5606
7 changed files with 604 additions and 60 deletions
|
@ -1,7 +1,7 @@
|
|||
import 'dart:io';
|
||||
|
||||
class Constants {
|
||||
static const VERSION = "1.0.032525+2026";
|
||||
static const VERSION = "1.0.032525+2222";
|
||||
|
||||
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
|
||||
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue