|
import 'dart:ui';
|
|
|
|
class Constants {
|
|
static Color k2color = Color.fromARGB(255, 0, 71, 132);
|
|
|
|
//static const url = "http://192.168.172.50:8082/api";
|
|
static const url = 'http://192.168.2.143:8082/api';
|
|
//static const url = 'http://192.168.153.50:8081/api';
|
|
}
|