Skip to main content
GitHub リポジトリ

layrz_theme

layrz_theme には goldenm-software から収集した 36 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
36
Stars
8
更新
2026-07-30
Forks
1
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

themed-tab-view
ソフトウェア開発者

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

2026-07-30
themed-button
ソフトウェア開発者

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
ウェブ開発者

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
ウェブ開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ウェブ開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ウェブ開発者

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
ソフトウェア開発者

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
ウェブ開発者

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
ウェブ開発者

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
ウェブ開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ウェブ開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ウェブ開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-04-22
themed-time-range-picker
ソフトウェア開発者

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

2026-04-22
themed-tooltip
ソフトウェア開発者

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