feat: Baskets page's loading,loaded state done
This commit is contained in:
@@ -9,4 +9,11 @@ abstract class AppLocaleKeys {
|
||||
|
||||
static const String imageUrl =
|
||||
"https://xsznseejebbai1lj.public.blob.vercel-storage.com/homepage/hero/hero-1.webp";
|
||||
|
||||
static const String lorem = '''Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry. Lorem Ipsum
|
||||
has been the industry's standard dummy text ever
|
||||
since the 1500s, when an unknown printer took a
|
||||
galley of type and scrambled it to make a type
|
||||
specimen book''';
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ abstract class AppIcons {
|
||||
static const String icSearch = "$baseUrl/ic_search.svg";
|
||||
static const String icCheck= "$baseUrl/ic_check.svg";
|
||||
static const String icCheck1= "$baseUrl/ic_check1.svg";
|
||||
static const String icArrowRight= "$baseUrl/ic_arrow_right.svg";
|
||||
|
||||
|
||||
///.png icons
|
||||
|
||||
Reference in New Issue
Block a user