zesage / panorama

Panorama - Flutter Widget
Apache License 2.0
115 stars 72 forks source link

The motion_sensors uses kotlin version 1.3.50 which is making issue and not debugging the app. #59

Open arjunsakthi opened 5 months ago

arjunsakthi commented 5 months ago

the error message showed at the debug console : The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':motion_sensors' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

pratikm5 commented 2 weeks ago

Any update on this @zesage ?

Ilyass0007 commented 2 weeks ago

fork it and remove the motion_sensors in yaml and in main code

dariocavada commented 2 weeks ago

You can use the updated version of the Panorama Viewer available here: https://github.com/dariocavada/panorama_viewer. This is a fork of the original panorama viewer, modified to be compatible with the latest Flutter version (3.5.3).

Ilyass0007 commented 1 week ago

i have a problem that when i come back to panorama page the pic dosn't show @dariocavada