feature(statistick): Основная верстка экрана статистики

This commit is contained in:
2025-06-17 20:56:48 +03:00
parent 5e65118ab4
commit 1a0ecee501
15 changed files with 308 additions and 11 deletions

View File

@@ -61,6 +61,29 @@ class $AssetsIconsGen {
AssetGenImage get settingsTrash =>
const AssetGenImage('assets/icons/settings_trash.png');
/// File path: assets/icons/stats_best.png
AssetGenImage get statsBest =>
const AssetGenImage('assets/icons/stats_best.png');
/// File path: assets/icons/stats_card.png
AssetGenImage get statsCard =>
const AssetGenImage('assets/icons/stats_card.png');
/// File path: assets/icons/stats_down.png
AssetGenImage get statsDown =>
const AssetGenImage('assets/icons/stats_down.png');
/// File path: assets/icons/stats_repeat.png
AssetGenImage get statsRepeat =>
const AssetGenImage('assets/icons/stats_repeat.png');
/// File path: assets/icons/stats_time.png
AssetGenImage get statsTime =>
const AssetGenImage('assets/icons/stats_time.png');
/// File path: assets/icons/stats_up.png
AssetGenImage get statsUp => const AssetGenImage('assets/icons/stats_up.png');
/// File path: assets/icons/type=arrow_down.png
AssetGenImage get typeArrowDown =>
const AssetGenImage('assets/icons/type=arrow_down.png');
@@ -271,6 +294,12 @@ class $AssetsIconsGen {
settingsProfile,
settingsShare,
settingsTrash,
statsBest,
statsCard,
statsDown,
statsRepeat,
statsTime,
statsUp,
typeArrowDown,
typeBack,
typeBold,