gcx/frontend/mobile
hailin 665e494b4a fix: Prevent GenexButton crash with unbounded width constraints
Use LayoutBuilder to detect whether parent provides bounded width.
When fullWidth=true in an unbounded context (e.g. Row without
Expanded), gracefully fall back to content-sized width instead of
forcing SizedBox(width: double.infinity) which triggers
"BoxConstraints forces an infinite width" assertion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 07:08:09 -08:00
..
android feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
ios feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
lib fix: Prevent GenexButton crash with unbounded width constraints 2026-02-11 07:08:09 -08:00
.gitignore feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
.metadata feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
analysis_options.yaml feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
pubspec.yaml feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00