You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
738 B
17 lines
738 B
2 years ago
|
/// Generate by [resource_generator](https://github.com/CaiJingLong/flutter_resource_generator) library.
|
||
|
/// PLEASE DO NOT EDIT MANUALLY.
|
||
|
class R {
|
||
|
const R._();
|
||
|
|
||
|
/// ![preview](file:///Users/datang/StudioProjects/new_recook/assets/icons/app_icon.png)
|
||
|
static const String ASSETS_ICONS_APP_ICON_PNG = 'assets/icons/app_icon.png';
|
||
|
|
||
|
/// ![preview](file:///Users/datang/StudioProjects/new_recook/assets/images/HomeRefreshHeader3.gif)
|
||
|
static const String ASSETS_IMAGES_HOMEREFRESHHEADER3_GIF =
|
||
|
'assets/images/HomeRefreshHeader3.gif';
|
||
|
|
||
|
/// ![preview](file:///Users/datang/StudioProjects/new_recook/assets/webp/recook_splash.webp)
|
||
|
static const String ASSETS_WEBP_RECOOK_SPLASH_WEBP =
|
||
|
'assets/webp/recook_splash.webp';
|
||
|
}
|