zesage / panorama

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

Not compile with Gradle plugin 1.5.20 because motion sensor #52

Open dariocavada opened 1 year ago

dariocavada commented 1 year ago

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

dariocavada commented 1 year ago

I solve this putting a dependency_overrides in the pubspec.yaml file:

dependency_overrides:
 motion_sensors:
    git:
      url: https://github.com/zesage/motion_sensors
      ref: master
ErenErgen96 commented 1 year ago

appreciated

dariocavada commented 1 year ago

Create https://pub.dev/packages/panorama_viewer, as an update of the panorama widget