modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

Hero animation

Open offline-first opened this issue 4 years ago • 3 comments

First of all, thanks for this great library!

Unfortunately the hero animations don't work. Is there an alternative solution for this or will it be supported in the near future?

offline-first avatar Jan 17 '21 12:01 offline-first

There has been no previous demand for Hero animations with modal so I have been prioritizing other things. There are two things needed:

  • Change the ModalSheetRoute class to be a PageRoute type
  • Create a custom Rect tween animation so the hero doesn't behave weird when the modal is being animated itself. I prepared a PR about this https://github.com/jamesblasco/modal_bottom_sheet/pull/2

jamesblasco avatar Jan 28 '21 17:01 jamesblasco

Hi, Would love to see this feature. Will this get included soon? Thanks!

sdegenaar avatar Oct 30 '21 04:10 sdegenaar

Check my pull request, please

https://github.com/jamesblasco/modal_bottom_sheet/pull/213

kitsuniru avatar Jan 07 '22 22:01 kitsuniru