flutter_flip_view icon indicating copy to clipboard operation
flutter_flip_view copied to clipboard

flip view with three side ?

Open kiaxseventh opened this issue 6 years ago • 1 comments

hello dear how can build third side on flip view ?

for exmaple in first side state when setState move side got to second side and in second state whene setState move side go to third side

kiaxseventh avatar Jan 01 '20 09:01 kiaxseventh

I have not thought about this situation. so you cannot implement it directly. But there is an idea that may be useful: Modify the front and back widgets dynamically through listen toAnimationController.addStatusListener.

WosLovesLife avatar Jan 02 '20 09:01 WosLovesLife