ux4g_flutter_components 1.4.0
ux4g_flutter_components: ^1.4.0 copied to clipboard
Flutter implementation of the UX4G design system components and foundations.
1.4.0 #
- Foundation Updates:
- Shadow: Renamed the elevation foundation class to
Ux4gShadowfor better clarity and added comprehensive test cases.
- Shadow: Renamed the elevation foundation class to
- Component Updates & Fixes:
- Journey Progress Indicator: Integrated the proper
Ux4gPanInputFieldto ensure accurate PAN card formatting and validation. - Selection Dropdown: Added missing label and description states.
- OTP Input: Added new variant options in the Widgetbook side panel with updated code sections.
- Switch / Toggle: Updated the Widgetbook naming to properly display as "Toggle".
- Bug Fixes: Addressed various bugs in the Button, Badge, and App Header components.
- Journey Progress Indicator: Integrated the proper
1.3.0 #
- Component Refactoring & Naming Standardization (100% Backward Compatible via Deprecated Aliases):
- Renamed
Ux4gToggletoUx4gSwitch(export 'src/components/ux4g_switch.dart'). - Renamed
Ux4gCapsuleSteppertoUx4gCompactStepper(export 'src/components/compact_stepper.dart') and added full props documentation section. - Renamed
Ux4gSlotGridtoUx4gTimeSlot(export 'src/components/time_slot.dart') with updated clean sidebar display name. - Renamed
Ux4gLoadertoUx4gSpinner(export 'src/components/spinner.dart'), added comprehensive color and percentageVariantsin Widgetbook, and enabled folder icon resolution. - Renamed
Ux4gResultRowtoUx4gResultList(export 'src/components/result_list.dart'). - Renamed
Ux4gFeedbackFormtoUx4gFeedbackFormStar(export 'src/components/feedback_form_star.dart'). - Renamed
Ux4gPaginationIndicatortoUx4gPaginationDotted(export 'src/components/pagination_dotted.dart'). - Renamed
Ux4gLinearProgresstoUx4gLinearProgressBar(export 'src/components/linear_progress_bar.dart').
- Renamed
- Design System Foundations & Tokens:
- Renamed
Ux4gPalettetoUx4gColorsfor streamlined color foundation referencing. - Introduced dedicated elevation token objects (
Ux4gElevation) and refreshed token color preview UI.
- Renamed
1.1.0 #
- Bug Fix (Biometric Component): Fixed an issue where pressing the back button during face verification or liveness check caused an app crash.
1.0.0 #
- Initial release of
ux4g_flutter_components. - Added foundations for colors, typography, spacing, radii, and icons.
- Added 45+ component implementations including buttons, cards, modals, bottom sheets, tooltips, steppers, avatars, badges, inputs, pagination, toasts, and loaders.
- Added showcase example app and Widgetbook documentation for component previews and interaction testing.