Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream only updating once per second #77

Closed
vanlooverenkoen opened this issue Nov 30, 2021 · 7 comments
Closed

Stream only updating once per second #77

vanlooverenkoen opened this issue Nov 30, 2021 · 7 comments

Comments

@vanlooverenkoen
Copy link

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

@vanlooverenkoen
Copy link
Author

vanlooverenkoen commented Nov 30, 2021

#68
This fixed it

dependency_overrides:
  flutter_compass:
    git:
      url: [email protected]:hemanthrajv/flutter_compass.git
      ref: 48e155bc647593e588fdeb5b22ed066afc1275ef

@vanlooverenkoen
Copy link
Author

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

@gosusnjar
Copy link

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

@vanlooverenkoen
Copy link
Author

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

@gosusnjar
Copy link

That just means that your ssh keys are not setup correctly

Oh, good to know, thanks.

@vanlooverenkoen
Copy link
Author

Fixed in #68

@vanlooverenkoen
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants