You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- import 'package:flutter/material.dart';
-
- const kPrimaryColor = Color(0xFF6F35A5);
- const kPrimaryLightColor = Color(0xFFF1E6FF);
-
- const double defaultPadding = 16.0;
-
- String appName = "Employee Self Service";
- //String baseURL = "http://10.209.8.49:8090";
- //String baseURL = "https://bisops.globalservice.co.id";
- //String baseURL = "https://urp.myapps.id";
- String baseURL = "http://167.172.92.138:8069";
- //String apiKey = "admin";
- //String apiKey = "G514p1k3y";
- String apiKey = "4pik3y";
|