Examples

flutter_map provides an example application showcasing much of its functionality. In some cases, the example app contains undocumented functionality, so it's definitely worth checking out!

Live Web Demo

Note that the web demo is built automatically from the 'master' branch, so may not reflect the the latest release on pub.dev.

Prebuilt Artifacts

If you can't build from source for your platform, our GitHub Actions CI system compiles the example app to GitHub Artifacts for Windows, Web, and Android.

The Windows and Android artifacts just require unzipping and installing the .exe or .apk found inside.

The Web artifact requires unzipping and serving, as it contains more than one unbundled file. You may be able to use dhttpd for this purpose.

Note that these artifacts are built automatically from the 'master' branch, so may not reflect the the latest release on pub.dev.

Latest Build Artifacts (thanks nightly)

Build From Source

If you need to use the example app on another platform, you can build from source, using the 'example' directory of the repository.

Unexpected error with integration github-files: Integration is not installed on this space

Last updated

Was this helpful?