For first time google maps flutter ,loads perfect but when hot restart it , it goes to platform exception
google_maps_flutter: ^0.5.21+15
Github [google_maps_fl
To solve this issue I did the following via the terminal:
1- Changed the branch to Master branch:
flutter channel master
2- Upgraded Flutter
flutter upgrade
3- Cleaned the code:
flutter clean