mappls_gl 2.0.1 copy "mappls_gl: ^2.0.1" to clipboard
mappls_gl: ^2.0.1 copied to clipboard

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.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.
8
likes
130
points
2.45k
downloads

Publisher

verified publishermapmyindia.com

Weekly Downloads

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

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, mappls_gl_platform_interface, mappls_gl_web

More

Packages that depend on mappls_gl

Packages that implement mappls_gl