import ‘dart:ui’ as ui; import ‘dart:typed_data’; II. Create function for changing the custom image (you will like to use as marker icon )to the byte array.
Read moreHow do I use Google maps with flutter?
To use Google Maps in your Flutter app, you need to configure an API project with the Google Maps Platform, following the Maps SDK for Android’s Using API key, Maps SDK for iOS’ Using API key, and Maps JavaScript API’s Using API key.
Read more