flutter_flip_view
flutter_flip_view copied to clipboard
flip view with three side ?
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
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.