Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional width to dialog from PlutoColumnType.select #1130

Open
wants to merge 112 commits into
base: master
Choose a base branch
from

Conversation

ramiro-ciocca
Copy link

Add an optional parameter, width, for the popup dialog in a pluto column with type select.

PlutoColumn(
type: PlutoColumnType.select(
items,
width: 500,
),
),

bastaware and others added 30 commits May 24, 2023 01:48
…nt_deprecation

Fixes doonfrs#6 Migrate RawKeyboardEvent and related implications according …
Adds the possibility to get the value before the format happens. original value and getter
added more personalization options
stan-at-work and others added 30 commits November 13, 2024 18:17
When a cell changes this callback is called
…k operator used on a null value' exception.
itsnotmeman v1: Introduced a new null check to prevent the 'Null check operator used on a null value' exception.
Fixed homescreen pointing to old package
…o-homepage

Added empty screen to homepage
…ictions

Add vs-code formatting restrictions
Changed rowBuilder WidgetBuilder to Widget Function(BuildContext, Widget, StateManager)
feat: continue to _update infinity scroll if screen not filled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.