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

jackdreillyvia/flutter_map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, OSM Maps and Yandex Maps. In version 0.2.0 of the package i made some changes in the package which opens possibility of displaying verctor tile maps (e.g. MBTiles/MVT/GeoJSON).

As of version 0.2.0, this package supports caching out of the box.

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.

Features

Currently these basic features are implemented:

  • Drag panning
  • Pinch-zoom
  • Double click zoom

More features are yet to come.

Screenshot

Map Screenshot

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 80.3%
  • HTML 11.2%
  • Kotlin 4.1%
  • Swift 4.0%
  • Objective-C 0.4%