Skip to content

A flutter package to view a map widget on mobile apps. Supports Android, iOS, Web and Desktop.

License

Notifications You must be signed in to change notification settings

mitesh77/flutter_map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map

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

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

About

A flutter package to view a map widget on mobile apps. Supports Android, iOS, Web and Desktop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.0%
  • HTML 1.7%
  • Other 1.3%