You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
299 B
Dart
15 lines
299 B
Dart
const MAX_SMALL_SCREEN = 660;
|
|
|
|
const BASE_URL = 'https://hmgwebservices.com/Services';
|
|
|
|
const GET_PROJECT = '/Lists.svc/REST/GetProject';
|
|
|
|
class AppGlobal {
|
|
static var context;
|
|
}
|
|
|
|
const CHANNEL = 3;
|
|
const GENERAL_ID = 'Cs2020@2016\$2958';
|
|
const IP_ADDRESS = '10.20.10.20';
|
|
const VERSION_ID = 5.5;
|