davigmacode / flutter_smart_select

SmartSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.

Home Page:https://pub.dev/packages/smart_select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Query] how do i disable animations ?

iulian0512 opened this issue · comments

Hi, since the "ios jank" (flutter/flutter#76180) is not fixed yet is there any option to disable the animations ? i am experimenting a 1-1.5 second lag when the buttons animate on iphone 7 with ios 14.3. Any help on how to reduce the impact of this issue will be appreciated, thanks.

I released https://pub.dev/packages/flutter_awesome_select with fixed null safety.
Could you check that everything works for you?