map 0.9.0+2 copy "map: ^0.9.0+2" to clipboard
map: ^0.9.0+2 copied to clipboard

outdated

Map widget for Flutter written in 100% Dart. Supports Android, iOS, Web and Desktop.

map #

pub package

A flutter package to view a Map widget in Flutter apps.

Map supports variety of raster tile providers including but not limited to Google Maps, Mapbox, OSM Maps and Yandex Maps. In version 0.2.0 of the package i made some changes in the package which opens the possibility of displaying vector tile maps (e.g. MBTiles/MVT/GeoJSON).

This package supports caching out of the box.

Web Demo

Supported platforms #

  • Flutter Android
  • Flutter iOS
  • Flutter Web
  • Flutter Desktop

Getting Started #

In your pubspec.yaml file add:

dependencies:
  map: any

Then, in your code import:

import 'package:map/map.dart';

Please check out the example project/tab for a working sample.

Screenshot #

Map Screenshot

296
likes
80
pub points
93%
popularity

Publisher

verified publisherpwa.ir

Map widget for Flutter written in 100% Dart. Supports Android, iOS, Web and Desktop.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, latlng

More

Packages that depend on map