utilities/google_map_util
library
Functions
-
getBitmapDescriptorFromSVGAsset({required BuildContext context, required String assetName, bool originalSizeAsLp = false, bool originalSizeAsSp = false, int targetLpWidth = 0, int targetSpWidth = 0, int targetPxWidth = 0, bool enableCache = true, bool enableDebugLog = false})
→ Future<BitmapDescriptor>
-
-
getBitmapDescriptorFromSVGString({required BuildContext context, required String svgString, List<String>? interpolateParams, bool originalSizeAsLp = false, bool originalSizeAsSp = false, int targetLpWidth = 0, int targetSpWidth = 0, int targetPxWidth = 0, bool enableCache = true, bool enableDebugLog = false})
→ Future<BitmapDescriptor>
-