mappls_nearby_plugin 2.0.0 copy "mappls_nearby_plugin: ^2.0.0" to clipboard
mappls_nearby_plugin: ^2.0.0 copied to clipboard

A Flutter plugin for integrating Mappls Nearby widget in a Flutter application on Android and iOS platfroms.

Mappls Nearby Widget #

The Mappls Nearby Widget makes it easy to integrate the functionality to search nearby POIs for selected categories in your Flutter application. The Nearby Search widget provided as a means to enable radially search for Nearby Places on Mappls Maps. The widget offers the following basic functionalities:

  • Ability to search for nearby places directly with Mappls Maps visual interface.
  • A single method to initiate nearby search across all categories of places available on Mappls.
  • Ability to get information from Mappls Nearby Search widget through a callback.

This can be done by following simple steps.

Getting Started #

To work with Mappls nearby Widget in flutter add these to your package's pubspec.yaml file:

dependencies:  
  mappls_nearby_plugin: ^2.0.0

Android Setup #

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

IOS Setup #

Import Place Widget #

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

import 'package:mappls_nearby_plugin/mappls_nearby_plugin.dart';

Nearby Widget #

Use method openNearbyWidget to open Nearby Widget:

// Platform messages may fail, so we use a try/catch PlatformException.  
try {  
  
 NearbyResult nearbyResult = await openNearbyWidget(); 
} on PlatformException {  
    
}




For any queries and support, please contact:


Email us at [email protected]


Support
Need support? contact us!






@ Copyright 2025 CE Info Systems Ltd. All Rights Reserved.
2
likes
130
points
24
downloads

Publisher

verified publishermapmyindia.com

Weekly Downloads

A Flutter plugin for integrating Mappls Nearby widget in a Flutter application on Android and iOS platfroms.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mappls_gl, mappls_place_widget

More

Packages that depend on mappls_nearby_plugin

Packages that implement mappls_nearby_plugin