mappls_gl 2.0.0

SDKflutter
Platformandroidios

A Flutter plugin for integrating MapmyIndia Maps inside a Flutter application on Android, iOS and web platfroms.

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.0

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>

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.