DiscoverModule/lib/constants.dart

9 lines
209 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";
static const url = 'http://192.168.2.143:8081/api';
2024-05-21 08:40:44 +00:00
}