flip_widget
flip_widget copied to clipboard
Example not working
I ran the example from here it doesn't have the flip effect like the gif in the README.
Using: Flutter 2.8.1 & 2.10.3 Version flip_widget: 0.1.6
Have you tried to drag the blue rectangle area which contains a "hello" label?
it doesn't work for me either. Flutter version = 2.10.3, flip_widget= 0.1.7
@omerb09 Ok, I have noticed that my flutter version is too low. I will upgrade my flutter and try to find out the problem.
The example can run on Flutter 3.0.1 now.
@gsioteam well it seems to work fine for android. But I couldn't run it on ios.
@omerb09 Can you provide the error log? And I have resolved a rendering problem on iOS in v0.1.11
I didn't see any error message in console. However, when I want to turn the page in the simulator, this is what happens.

@omerb09 Thanks for report this problem, I have not tried it on simulator before. CVOpenGLESTextureCacheCreateTextureFromImage returns kCVReturnPixelBufferNotOpenGLCompatible, Idk the reason yet. Looks like this problem only happens on the simulator.
@gsioteam when this problem will be solved :(
Doesnt work for me too