I am new to DART. Is it possible to use Google Maps Javascript API on DART? If its not directly possible now, is there any other alternate way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can now use google_maps package available on pub. This library allows you to use Google Maps JavaScript API from dart scripts.
Simply add the dependency to your pubspec.yaml
Include the Maps API JavaScript using a
<script>tag.Then you can use Google Maps from dart scripts. Here’s a simple exemple :