Skip to content

Commit

Permalink
Update web demo notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Jul 22, 2022
1 parent dceb4ac commit 5bfb1a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
[![forks](https://img.shields.io/github/forks/xclud/flutter_map)](https://github.com/xclud/flutter_map/network/members)
[![sdk version](https://badgen.net/pub/sdk-version/map)](https://pub.dartlang.org/packages/map)


Lightweight `Map` widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.
Lightweight and powerful `Map` widget for flutter, supporting different projections including EPSG4326/Mercator/WGS1984.

* Written entirely in Dart. No plugins, No platform code, No native code.

Expand All @@ -22,6 +21,8 @@ Lightweight `Map` widget for flutter supporting different projections including

[Web Demo](https://xclud.github.io/flutter_map/)

The web demo contains several examples demonstrating different aspects and usages of the project. From interactivity to polyline rendering.

The source code of the demo app is available in the `./example` project.

## Contributing
Expand Down

0 comments on commit 5bfb1a9

Please sign in to comment.