Redirect to google maps app with directions between source and destination with some stops in flutter
问题 I want to redirect to google maps app for navigation with some stops between source and destination from my flutter application. url_launcher package redirects to map with source and destination but I want with some stops. Is that possible? 回答1: If you want to navigate with directions you can just create a url with source and destination co-ordinates and other coordinates to add as stops. Steps: 1. Install url_launcher plugin write a code like below. _launchURL(String url) async { if (await