Jaime Blasco
Jaime Blasco
@bierbaumtim thanks for the great explanation. I agree that the goal of this package should be create good-quality modals based on the Flutter widgets but improve them with some missing...
Thanks for the suggestion @LOG-TAG, that package is awesome, but at the time I build the preview it was not working correctly on web. Also you can not just add...
mmmh maybe I forgot to run in with skia then, but the web demo is currently compiled with CanvasKit. Thanks for sharing!
I have no plans to work on this for the next three following months. I am pretty busy with other projects that I have to prioritize. Sorry about this. I...
Only one active scroll view should be attached for the same scroll controller. I haven't seen any case so far that requires two vertical scroll views as it is an...
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...
Sorry for not looking into it before. There have been several PR already that expose some of this parameters so I have exposed the rest in a new PR that...
Right now it uses `const Curve _decelerateEasing = Cubic(0.0, 0.0, 0.2, 1.0);` I would like to know how to calculate the curve of the native animation
Could you provide more details on this issue?
I figure out the problem of this. I am working on it. Right now the duration of the animation is proportional to the distance the modal has to travel. Short...