feat(asset_detail): modular fundamentals sections, executive salaries and logo resolution

This commit is contained in:
2026-08-15 01:03:30 +02:00
parent 15f8f7896e
commit 1ccb6b613f
21 changed files with 2011 additions and 2081 deletions
@@ -125,6 +125,10 @@ class MetricExplanations {
},
};
static bool hasExplanation(String key) => data.containsKey(key);
static void showModal(BuildContext context, String key) => show(context, key);
static void show(BuildContext context, String key) {
final info = data[key];
if (info == null) return;