Skip to content

Add Mappls Flutter SDK

To add Flutter Map SDk follow below steps:

Installation

To work with Mappls Map in flutter add this to your package's pubspec.yaml file:

dependencies:
    mappls_gl: 2.0.3

Android Setup

  • Download Configuration files for your app (associated with Package Name and Signing Certificate SHA-256)
  • Add Configuration files (.a.olf and .a.conf) into the module app-level root directory of your app

IOS Setup

  • Follow steps for Swift Package Manager for Flutter
  • To initialize and authenticate any Mappls SDK, you must include IOS Configuration files(.i.olf and .i.conf) in your project bundle

Web Setup

Include the following JavaScript and CSS files in the tag of your web/index.html file:

<!-- Mappls -->
<script src="https://sdk.mappls.com/map/sdk/web?v=3.0access_token=<STATIC-KEY>"></script>
<style> html, body, #map1 {margin: 0;padding: 0;width: 100%;height: 100%;} </style>

For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!



@ Copyright 2026 CE Info Systems Ltd. All Rights Reserved.