Skip to main content
GitHub repository

layrz_theme

layrz_theme contains 36 collected skills from goldenm-software, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
36
Stars
8
updated
2026-07-30
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

themed-tab-view
software-developers

Use ThemedTabView and ThemedTab in a layrz Flutter widget. Apply when adding horizontal tab navigation with Material 3 styling.

2026-07-30
themed-button
software-developers

Use ThemedButton in a layrz Flutter widget. Apply when rendering any tappable action — primary/secondary CTAs, icon-only FABs, destructive actions, cooldown buttons, or the six semantic factories (.save, .cancel, .info, .show, .edit, .delete).

2026-06-22
themed-search-input
web-developers

Use ThemedSearchInput in a layrz Flutter widget. Apply when adding a search bar — either a compact icon button that expands into an overlay, or a full-width inline field.

2026-06-22
themed-table-2-migration
web-developers

Use when migrating ThemedTable<T> (v1) to ThemedTable2<T> (v2) in a layrz Flutter widget. Apply when a widget uses the old ThemedTable API with onShow/onEdit/onDelete/onMultiDelete/ThemedColumn and needs to be updated.

2026-06-22
responsive-col
software-developers

Use ResponsiveCol in a layrz Flutter widget. Apply when defining a column's width at different breakpoints inside a ResponsiveRow.

2026-05-28
responsive-row
software-developers

Use ResponsiveRow in a layrz Flutter widget. Apply when wrapping ResponsiveCol children in a responsive 12-column grid container.

2026-05-28
themed-table-2
web-developers

Use ThemedTable2<T> in a layrz Flutter widget. Apply when displaying a list of domain objects in a table with sort, search, multiselect, and row actions.

2026-04-28
themed-alert
software-developers

Use ThemedAlert in a layrz Flutter widget. Apply when rendering an inline status callout — info/success/warning/danger/context/custom severities with five visual styles (.layrz, .filledTonal, .filled, .outlined, .filledIcon).

2026-04-22
themed-snackbar
software-developers

Use ThemedSnackbar in a layrz Flutter app. Apply when showing transient, dismissible feedback — drop-in replacement for Flutter's ScaffoldMessenger.showSnackBar. Requires a ThemedSnackbarMessenger ancestor.

2026-04-22
theme-generator
software-developers

Use generateLightTheme and generateDarkTheme in a layrz Flutter app. Apply when wiring MaterialApp.theme / darkTheme or customizing primary color and fonts.

2026-04-22
themed-avatar-picker
software-developers

Use ThemedAvatarPicker in a layrz Flutter widget. Apply when adding an image avatar/photo upload field that opens a system image picker and stores result as base64.

2026-04-22
themed-checkbox-input
software-developers

Use ThemedCheckboxInput in a layrz Flutter widget. Apply when adding a boolean toggle — supports checkbox, switch, and field (dropdown) styles.

2026-04-22
themed-color-picker
software-developers

Use ThemedColorPicker in a layrz Flutter widget. Apply when adding a color selection field — opens a dialog with wheel and/or palette pickers.

2026-04-22
themed-date-picker
software-developers

Use ThemedDatePicker in a layrz Flutter widget. Apply when adding a single date selection field — opens a calendar dialog.

2026-04-22
themed-date-range-picker
software-developers

Use ThemedDateRangePicker in a layrz Flutter widget. Apply when adding a date range selection field — user taps two dates to define start and end.

2026-04-22
themed-datetime-picker
software-developers

Use ThemedDateTimePicker in a layrz Flutter widget. Apply when adding a single date+time selection field — opens a tabbed dialog with calendar and time picker.

2026-04-22
themed-datetime-range-picker
software-developers

Use ThemedDateTimeRangePicker in a layrz Flutter widget. Apply when adding a date+time range selection field — picks start and end datetimes with separate time controls.

2026-04-22
themed-datetime-stepped-picker
software-developers

Use ThemedDateTimeSteppedPicker in a layrz Flutter widget. Apply when adding a date+time field that opens the calendar first, then the time picker as a second separate dialog.

2026-04-22
themed-dual-list-input
software-developers

Use ThemedDualListInput in a layrz Flutter widget. Apply when adding a two-panel list field where users move items between an "Available" and a "Selected" list.

2026-04-22
themed-duration-input
web-developers

Use ThemedDurationInput in a layrz Flutter widget. Apply when adding a time span field (timeout, interval, shift length) that stores a Duration value.

2026-04-22
themed-dynamic-avatar-input
software-developers

Use ThemedDynamicAvatarInput in a layrz Flutter widget. Apply when adding a flexible avatar field that lets the user choose from URL, base64 image upload, icon, or emoji.

2026-04-22
themed-dynamic-credentials-input
web-developers

Use ThemedDynamicCredentialsInput in a layrz Flutter widget. Apply when rendering a schema-driven credentials form for Layrz API protocol entities (InboundProtocol, OutboundProtocol, etc.).

2026-04-22
themed-emoji-picker
web-developers

Use ThemedEmojiPicker in a layrz Flutter widget. Apply when adding a field that lets the user pick a single Unicode emoji from all groups or a filtered subset.

2026-04-22
themed-file-picker
web-developers

Use ThemedFilePicker in a layrz Flutter widget. Apply when adding a file upload field that opens a system file picker and returns base64 + raw bytes.

2026-04-22
themed-icon-picker
software-developers

Use ThemedIconPicker in a layrz Flutter widget. Apply when adding a field that lets the user pick a Layrz icon from the full Solar icon set or a filtered subset.

2026-04-22
themed-month-picker
software-developers

Use ThemedMonthPicker in a layrz Flutter widget. Apply when adding a month + year selection field — opens a grid dialog with month buttons and year navigation.

2026-04-22
themed-month-range-picker
software-developers

Use ThemedMonthRangePicker in a layrz Flutter widget. Apply when adding a multi-month selection field — supports both arbitrary selection and consecutive range mode.

2026-04-22
themed-multi-select-input
web-developers

Use ThemedMultiSelectInput in a layrz Flutter widget. Apply when adding a multiple-value picker field that opens a searchable dialog with checkboxes.

2026-04-22
themed-number-input
software-developers

Use ThemedNumberInput in a layrz Flutter widget. Apply when adding a numeric field with optional min/max bounds, step buttons, and decimal formatting.

2026-04-22
themed-password-input
software-developers

Use ThemedPasswordInput in a layrz Flutter widget. Apply when adding a password creation or login field — includes strength indicator and show/hide toggle.

2026-04-22
themed-radio-input
web-developers

Use ThemedRadioInput in a layrz Flutter widget. Apply when adding a radio button group — renders options in a responsive grid with per-breakpoint column sizing.

2026-04-22
themed-select-input
software-developers

Use ThemedSelectInput in a layrz Flutter widget. Apply when adding a single-value picker field that opens a searchable dialog list.

2026-04-22
themed-text-input
software-developers

Use ThemedTextInput in a layrz Flutter widget. Apply when adding any free-text field, multiline textarea, or combobox autocomplete to a form or view.

2026-04-22
themed-time-picker
software-developers

Use ThemedTimePicker in a layrz Flutter widget. Apply when adding a single time-of-day selection field.

2026-04-22
themed-time-range-picker
software-developers

Use ThemedTimeRangePicker in a layrz Flutter widget. Apply when adding a start + end time selection field.

2026-04-22
themed-tooltip
software-developers

Use ThemedTooltip in a layrz Flutter widget. Apply when wrapping any child with a hover/long-press hint — drop-in replacement for Flutter's Tooltip that preserves child tap gestures.

2026-04-22