[Feature request] ComboBox on Open / Close callback
- Dominant language
- Dart
- Stars
- 3.5k
- Forks
- 506
- Avg merge
- 11d 2h
- Merged PRs (30d)
- 3
Description
It would be great to know if ComboBox just opened or closed.
In SplitButtons, I could get information about whether it is open or not via flyoutController.isOpen through globalKey (also complicated), but ComboBox has no way to get this information.
For example DropDownButtons are the best because I can easily access to arguments onOpen, onClose.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the ComboBox implementation and compare it with DropDownButton's existing onOpen and onClose arguments. The work is done when ComboBox exposes callbacks that let callers determine when it opens and closes, with coverage for both transitions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100