furkantektas / timeline_list

Timeline widget for flutter
MIT License
394 stars 90 forks source link

Why based of ListView? #2

Closed JonasJW closed 3 years ago

JonasJW commented 5 years ago

I like the package but I would prefer it if it wasn't implemented with a ListView.

If it was based on a Column I could wrap it in my own ListView. This way I can have other Widgets, that should not be included in my timeline within a scrolling List.

furkantektas commented 5 years ago

Because it was easier :) In the latest version (0.0.4), @JJCLane added support for custom scroll physics which can solve this issue.

shahminrazali commented 4 years ago

HI, where can I find info for custom scroll physics.

Trying to implement it in my own list view as well.