zesage / panorama

Panorama - Flutter Widget
Apache License 2.0
114 stars 71 forks source link

Not Working with impeller Engine #51

Closed rebindev closed 1 year ago

rebindev commented 1 year ago

Hello, I love your work but it shows a blank page with impeller engine and works fine on skia engine. please help. The issue happened on both ios and android when impeller engine is on.

davidCcD commented 1 year ago

@rebindev I think I meet same problem as yours. When I use Flutter 2, panorama works fine; after I upgrade to Flutter 3, panorama display nothing.

davidCcD commented 1 year ago

I found the solution from https://docs.flutter.dev/perf/impeller 【iOs】 1, To disable Impeller on iOS when debugging, pass --no-enable-impeller to the flutter run command. 2, To disable Impeller on iOS when deploying your app, add the following tags under the top-level tag in your app’s Info.plist file. content_copy

FLTEnableImpeller

【Android】 Flutter disabled Impeller by default on Android.

rebindev commented 1 year ago

@davidCcD Thank you for your reply. You are right but i want to use impeller engine. Do you have any suggestions/

davidCcD commented 1 year ago

@rebindev No, I have no idea. If you successfully used impeller engine with panorama, please let me know how, thank you.

xiqishow commented 1 year ago

It works with flutter 3.13.0

rebindev commented 1 year ago

Yes it works now thank you all❤️