Docs
This commit is contained in:
parent
78fe9e7b09
commit
c7324a6b19
458 changed files with 93141 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue