Files
Obtainium/lib/components
Imran Remtulla 308cd02445 Fix runtime crash: type cast error in _buildHelpSuffixIcon
The model stores belowWidgets as List<dynamic> but the helper parameter
was typed List<Widget>. Changed _buildHelpSuffixIcon parameter to
List<dynamic> and use .cast<Widget>() when passing to showHelpDialog.
2026-07-08 08:54:24 +01:00
..