JVx' Flutter feature preview
We have some great news for you!
We tried to improve our picklist = combobox = linked cell editor visually. And the result is so cool.
We played around with different styles like bottom sheet and popup. A bottom sheet is very common on iOS but not on Android devices. A popup is a usual method.
Our current implementation is a popup but it looks like a dialog. It's not bad but not cool enough.
The visual difference is big but it's always the same control.
Some impressions
Every video first shows the good old linked cell editor = combobox = picklist and then a new variant of the same editor.
|
This could be the new default implementation, because the animation is not too pushy. |
The bottom sheet variant. |
|
|
As popup below the editor with pushy animation. |
As popup below the editor with fade-in animation. |
|
|
As popup below the editor with menu animation. |
||
editor.addStyleNames("f_as_popup")
We support following style names:
- f_as_dialog
- f_as_bottomsheet
- f_as_popup
Styles for popup animation:
- f_popup_jump
- f_popup_fade_in_bounce (default)
- f_popup_fade_in_down
- f_popup_fade_in_roll_down
As usual, code is available in our github repo.

RSS-Feed