cargo66/lib/core/constants/strings.dart

11 lines
235 B
Dart
Raw Normal View History

2024-07-23 04:27:35 +00:00
// App
2024-08-06 14:22:41 +00:00
const String appTitle = 'Durnukly ýol';
2024-07-23 04:27:35 +00:00
// Storage and Databases
const String articlesTableName = '';
const String databaseName = '';
2024-08-03 07:58:07 +00:00
2024-08-06 14:22:41 +00:00
// locale storage
2024-08-03 07:58:07 +00:00
const String activeLang = 'activeLang';
2024-08-06 14:22:41 +00:00
// const String token = 'token';