In a config flow it would often be nice to have some sort of dynamic fields. For example show / hide or activate / deactivate a text field based on the selection of an option list (SelectSelector).
Right now such things are solved by using multiple steps. Imho this is bad UX as a user can’t see required parameters at a glance when playing with options.