Geen omschrijving
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.

constants.dart 485B

123456789101112131415
  1. import 'package:flutter/material.dart';
  2. const kPrimaryColor = Color(0xFF6F35A5);
  3. const kPrimaryLightColor = Color(0xFFF1E6FF);
  4. const double defaultPadding = 16.0;
  5. String appName = "Employee Self Service";
  6. //String baseURL = "http://10.209.8.49:8090";
  7. //String baseURL = "https://bisops.globalservice.co.id";
  8. //String baseURL = "https://urp.myapps.id";
  9. String baseURL = "http://167.172.92.138:8069";
  10. //String apiKey = "admin";
  11. //String apiKey = "G514p1k3y";
  12. String apiKey = "4pik3y";