Рефакторинг

This commit is contained in:
kifio
2017-07-20 08:44:11 +03:00
parent bb45d252f1
commit 42de9b8f1e
2 changed files with 15 additions and 21 deletions

View File

@@ -21,9 +21,10 @@ const String splash_png = 'assets/splash.png';
const String logout_png = 'assets/logout.png';
const String activate_token_bg_png = 'assets/activate_token_message_background.png';
// Colors
const int primaryColor = 0xffeb0004;
// HttpClient
final httpClient = createHttpClient();
void main() {