Skip to main content
To create a Flutter component with a map: The SDK has a dependency on maplibre_gl. See the source on GitHub here. Or, see the flutter_radar package on pub.dev here.

Install

Add the package to your pubspec.yaml file:
Then, update dependencies:
Next, complete any required platform-specific installation steps for maplibre_gl.

Radar Map

Once installation is complete, initialize the Radar SDK and add a MapLibreMap component:

Radar Map w/ Marker

Optionally, add assets for a marker. You can download assets here. Once downloaded, add marker assets to images/ dir. To add a marker to the map and display text once it’s clicked:
See our flutter maps example repo for more info.