Add optional width to dialog from PlutoColumnType.select#1130
Open
ramiro-ciocca wants to merge 112 commits intobosskmk:masterfrom
Open
Add optional width to dialog from PlutoColumnType.select#1130ramiro-ciocca wants to merge 112 commits intobosskmk:masterfrom
ramiro-ciocca wants to merge 112 commits intobosskmk:masterfrom
Conversation
…ording to Flutter recommendations
…nt_deprecation Fixes doonfrs#6 Migrate RawKeyboardEvent and related implications according …
… is not maintained.
Adds the possibility to get the value before the format happens. original value and getter
added more personalization options
improve files organization
Fix missing dates in date-picker
When a cell changes this callback is called
Pumped intl library to: ^0.20.0
…k operator used on a null value' exception.
Added onActiveCellChanged
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)
Fix all unit tests
feat: continue to _update infinity scroll if screen not filled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an optional parameter, width, for the popup dialog in a pluto column with type select.
PlutoColumn(
type: PlutoColumnType.select(
items,
width: 500,
),
),