MarcinusX / buy_ticket_design

The UI Challenge in Flutter
https://marcinszalek.pl/flutter/tickets-challenge-parallax/
851 stars 216 forks source link

BottomSheet Scroll issue #2

Closed Ajit121 closed 5 years ago

Ajit121 commented 5 years ago

How could we use bottomsheet with ListView? How could we make the scroll and the animatio. work with a ListView items?

MarcinusX commented 5 years ago

My only idea is to replace view once the animation is finished so that instead of positioned items, there will be one listview. What's important is that all items used with Positioned must have the same final look as the items in the ListView.