caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.
https://caduandrade.github.io/multi_split_view/
MIT License
129 stars 24 forks source link

Allow tap gestures on the splitter #36

Closed ykrasik closed 1 year ago

ykrasik commented 1 year ago

Hi @caduandrade,

Thanks for this lib as well :)

I'd like to programatically change the position of the splitter when it is double clicked - reset it to its initial position. I couldn't find a way to detect any clicks on the splitter, am I missing something?

caduandrade commented 1 year ago

Hi @ykrasik!

You are right, it's not possible. But your request is an order :stuck_out_tongue_winking_eye:

caduandrade commented 1 year ago

@ykrasik,

done :wink:

ykrasik commented 1 year ago

Thanks for the quick work! Will start playing with it.

ykrasik commented 1 year ago

Works great, thanks!