DiscoverModule/lib/constants.dart

10 lines
266 B
Dart
Raw Normal View History

2024-05-21 08:40:44 +00:00
import 'dart:ui';
class Constants {
static Color k2color = Color.fromARGB(255, 0, 71, 132);
2024-07-05 08:48:29 +00:00
//static const url = "http://192.168.172.50:8082/api";
2024-07-19 08:45:14 +00:00
static const url = 'http://192.168.2.143:8084/api';
//static const url = 'http://192.168.153.50:8082/api';
2024-05-21 08:40:44 +00:00
}