config.dart 185 B

1234567891011121314
  1. class Config {
  2. static const String API_URL = 'http://';
  3. static const String API_VERSION = 'v1';
  4. // app config
  5. // theme
  6. // language
  7. // color and font
  8. // global init
  9. }