Using Google Maps Flutter Package in Custom Widget

Hi there ๐Ÿ‘‹,

I wish to use the google maps flutter package (https://pub.dev/packages/google_maps_flutter) in a custom widget.

Reason:
I need to set dynamically calculated polylines and custom markers etc. (Can't find polylines in documentation of the FF's build in Google Maps.)

In Flutter I would need to add a Key in two files to make the map running:

Android: android/app/build.gradle
iOS: ios/Runner/AppDelegate.swift

How is this solved in FlutterFlow? Neither Google nor FF documentation brings something up.
Is it even possible to use packages that need Keys set like this, in a FF custom Widget?

๐Ÿ™‡โ€โ™‚๏ธ Thank you very much for a hint in the right direction.

7
3 replies