gcx/frontend/mobile/lib
hailin 87d54be200 fix: Remove infinite minimumSize from ElevatedButton/OutlinedButton theme
The theme set minimumSize: Size(double.infinity, 52) which creates
an internal ConstrainedBox(w=Infinity) inside every button. This
crashes when any button is placed in unbounded width context (Row).
Changed to Size(0, 52) — GenexButton's LayoutBuilder handles width.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 07:15:20 -08:00
..
app fix: Remove infinite minimumSize from ElevatedButton/OutlinedButton theme 2026-02-11 07:15:20 -08:00
features feat: Wire all navigation callbacks across mobile and admin-app 2026-02-11 06:54:22 -08:00
shared/widgets fix: Prevent GenexButton crash with unbounded width constraints 2026-02-11 07:08:09 -08:00
main.dart feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00