Reputation: 400
I am working on a Flutter mobile application in which users can request a ride for transportation from one place to other. I am using uber-API for that purpose. I have implemented the deep link to open the uber app from my flutter application. But my client wants me to show the real-time updates of fare and distance within the application and then open the uber application if the user wants.
I have read the uber-API documentation but I am unable to achieve that. Any help regarding this issue will be appreciated.
Upvotes: 0
Views: 919