-
Notifications
You must be signed in to change notification settings - Fork 245
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
Adding the proper setup for a metered ride. #1393
Comments
See API docs event |
While trying this and getting a better idea of the plugin capability, I concluded the need for the testing server you provided to check the uploaded locations.
I went to to my flutter app and finalized the config:
However the web console shows no new device other than the default iphone 10 flutter device. shows no locations. Have I done this wrong? |
If you can’t get your own clone of the demo server to work, just use my deployed version at https://tracker.transistorsoft.com. |
Your Environment
flutter doctor
):Expected Behavior
So we want to optimize the plugin on android devices so that when the device is stopped, we get notified as soon as possible and when it's moving, we get position every 50 meters. The price is calculated from number of meters traveled plus the time being spent on stationary mode. The plugin can do this I believe from my research on it. The calculation can be done on the device itself or the server. What is the design or setup to do this in efficient way using the plugin?
Actual Behavior
This is more of setup recommendation to achieve the objective.
Context
So we want to optimize the plugin on android devices so that when the device is stopped, we get notified as soon as possible and when it's moving, we get position every 50 meters. The price is calculated from number of meters traveled plus the time being spent on stationary mode. The plugin can do this I believe from my research on it. The calculation can be done on the device itself or the server. What is the design or setup to do this in efficient way using the plugin?
The text was updated successfully, but these errors were encountered: