Flutter Mappls GL

This Flutter plugin allows to show embedded interactive Mappls maps inside a Flutter widget. For the Android and iOS integration. This project only supports a subset of the API exposed by these libraries.

Installation

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

dependencies:
    mappls_gl: 2.0.1

Android Setup

  • Download Configuration files for your app (associated with Package Name and Signing Certificate SHA-256)
  • Add Configuration files (

IOS Setup

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>

Import Mappls Map SDk

Now in your dart code you need to import this package:

import 'package:mappls_gl/mappls_gl.dart';  

Add Mappls Map to your application

Add MapplsMap widget

MapplsMap(    
   initialCameraPosition: CameraPosition(    
     target: LatLng(25.321684, 82.987289),    
     zoom: 14.0,    
   ),    
   onMapCreated: (map) =>    
   {    
     mapController = map,  
 },),  

For More Detail: Click Here




For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!





@ Copyright 2025 CE Info Systems Ltd. All Rights Reserved.
Terms & Conditions | Privacy Policy | Supplier Sustainability Policy | Health & Safety Policy | Environmental Policy & CSR Report
Customer Care: +91-9999333223

Libraries

mappls_gl