Files
2023-03-08 02:48:39 +05:45

7 lines
216 B
Dart

import 'dart:io';
final kTestMode = Platform.environment.containsKey('FLUTTER_TEST');
const int PRODUCTS_PER_PAGE = 20;
const String USER_LOCAL_STORAGE_KEY = 'user';
const String APP_THEME_STORAGE_KEY = 'AppTheme';