reports page implementation

This commit is contained in:
2026-02-18 15:10:01 +05:30
parent fe87291651
commit d589c9bca2
51 changed files with 5325 additions and 11 deletions

View File

@@ -184,6 +184,9 @@ class UiIcons {
/// Trending down icon for insights
static const IconData trendingDown = _IconLib.trendingDown;
/// Trending up icon for insights
static const IconData trendingUp = _IconLib.trendingUp;
/// Target icon for metrics
static const IconData target = _IconLib.target;