RafaelBarbosatec / hidden_drawer_menu

Hidden Drawer Menu is a library for adding a beautiful drawer mode menu feature with perspective animation.
MIT License
352 stars 55 forks source link

Excuse me, how is this tilt effect achieved? #10

Closed love-bk closed 5 years ago

love-bk commented 5 years ago

app2

RafaelBarbosatec commented 5 years ago

Yes, at the moment the perspective effect was disabled by a flutter bug. In the new version, for some reason if you add ClipRRect inside something that will be transformed into perspective a bug occurs (the screen disappears)

love-bk commented 5 years ago

Oh, thank you.