stryder-dev / flutter_platform_widgets

Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets
MIT License
1.57k stars 171 forks source link

`PlatformTabScaffold`: Smooth animated transitions between tabs? #460

Open martin-braun opened 3 months ago

martin-braun commented 3 months ago

The PlatformTabController gives no ability to configure any sort of animation. Right now, the transition between tabs within the PlatformTabScaffold is instant.

I think it would be very useful to have the ability to define an animation with the ability to define it separately on the underlying TabControllers for each target platform.

Thank you.