map 1.2.0 copy "map: ^1.2.0" to clipboard
map: ^1.2.0 copied to clipboard

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

pub package

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

  • Map supports variety of tile providers including but not limited to Google Maps, Mapbox, OSM Maps and Yandex Maps and your custom tiles.

  • Rendering of vector tiles (e.g. MBTiles/MVT/GeoJSON) is possible but not officialy supported.

  • This package supports caching out of the box.

Demo #

Web Demo

Supported platforms #

  • Android
  • iOS
  • Web
  • Windows
  • Linux
  • macOS
  • Flutter 3 is supported.

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.

296
likes
0
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

License

unknown (LICENSE)

Dependencies

fixnum, flutter, latlng, protobuf

More

Packages that depend on map