feat : statistics page
This commit is contained in:
@@ -100,6 +100,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/cube_bottom_rotation.svg
|
||||
SvgGenImage get cubeBottomRotation => const SvgGenImage('assets/icons/cube_bottom_rotation.svg');
|
||||
|
||||
/// File path: assets/icons/cube_card.svg
|
||||
SvgGenImage get cubeCard => const SvgGenImage('assets/icons/cube_card.svg');
|
||||
|
||||
/// File path: assets/icons/cube_rotate.svg
|
||||
SvgGenImage get cubeRotate => const SvgGenImage('assets/icons/cube_rotate.svg');
|
||||
|
||||
@@ -293,6 +296,7 @@ class $AssetsIconsGen {
|
||||
cow,
|
||||
cube,
|
||||
cubeBottomRotation,
|
||||
cubeCard,
|
||||
cubeRotate,
|
||||
cubeScan,
|
||||
cubeSearch,
|
||||
@@ -453,6 +457,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/cube_bottom_rotation.svg.vec
|
||||
SvgGenImage get cubeBottomRotationSvg => const SvgGenImage.vec('assets/vec/cube_bottom_rotation.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_card.svg.vec
|
||||
SvgGenImage get cubeCardSvg => const SvgGenImage.vec('assets/vec/cube_card.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_rotate.svg.vec
|
||||
SvgGenImage get cubeRotateSvg => const SvgGenImage.vec('assets/vec/cube_rotate.svg.vec');
|
||||
|
||||
@@ -646,6 +653,7 @@ class $AssetsVecGen {
|
||||
cowSvg,
|
||||
cubeSvg,
|
||||
cubeBottomRotationSvg,
|
||||
cubeCardSvg,
|
||||
cubeRotateSvg,
|
||||
cubeScanSvg,
|
||||
cubeSearchSvg,
|
||||
|
||||
Reference in New Issue
Block a user