This commit is contained in:
Mguy13 2022-12-26 19:39:47 +01:00
parent 78fe9e7b09
commit c7324a6b19
458 changed files with 93141 additions and 47 deletions

View file

@ -1,7 +1,7 @@
abstract class ConstValues {
static const String httpsScheme = 'https';
static const String backendHost = 'source.unsplash.com';
static const List<String> backendUrlPathSegments = ['user', 'c_v_r'];
static const String imagesHostServer = 'source.unsplash.com';
static const List<String> imagesHostUrlPathSegments = ['user', 'c_v_r'];
static const int numberOfImages = 25;
static const int minImageSize = 50;