hemanthrajv/flutter_compass

Stream only updating once per second

vanlooverenkoen opened this issue · 7 comments

I am only receiving an update once a second. This is not usable to create a real-time compas.

#68
This fixed it

dependency_overrides:
  flutter_compass:
    git:
      url: git@github.com:hemanthrajv/flutter_compass.git
      ref: 48e155bc647593e588fdeb5b22ed066afc1275ef

@hemanthrajv is it possible to create a new release on pub.dev

I tried using this and got git access error. I solved it with using https. (Answer found here https://githubmemory.com/repo/trevorwang/retrofit.dart/issues/345, last comment))

dependency_overrides:
  flutter_compass:
    git:
      url: https://github.com/hemanthrajv/flutter_compass.git
      ref: 48e155bc647593e588fdeb5b22ed066afc1275ef

I tried using this and got git access error. I solved it with using https. (Answer found here https://githubmemory.com/repo/trevorwang/retrofit.dart/issues/345, last comment))

dependency_overrides:
  flutter_compass:
    git:
      url: https://github.com/hemanthrajv/flutter_compass.git
      ref: 48e155bc647593e588fdeb5b22ed066afc1275ef

That just means that your ssh keys are not setup correctly

That just means that your ssh keys are not setup correctly

Oh, good to know, thanks.

Fixed in #68

Create a new ticket #80 so we can get this updated to pub.dev