# Credits & Contributing

## Credits

Huge thanks to everyone who uses, supports, and/or contributes to flutter\_map in any way, you've helped make the most popular non-commercially aimed mapping solution for Flutter!

In particular, thanks go to:

* All the current maintainers:
  * @ibrierley
  * @JaffaKetchup
  * @mootw (previously @MooNag)
  * @TesteurManiak
  * @josxha
* All the previous maintainers:
  * @johnpryan - the original founder of this project
  * @kengu
  * @maRci002
* The authors of this documentation:
  * @JaffaKetchup
* Anyone who has contributed to making flutter\_map: [Contributor List](https://github.com/fleaflet/flutter_map/graphs/contributors)
* Anyone who has made plugins for flutter\_map: [Plugins List](/plugins/list.md)
* Anyone who has donated to flutter\_map: [Supporters](/thanks/supporters.md#past-supporters)

## Contributing

{% embed url="<https://github.com/fleaflet/flutter_map/blob/master/CONTRIBUTING.md>" %}

### Apply To Be A Maintainer

{% embed url="<https://forms.gle/jEeygGJZtBWUdLFf6>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fleaflet.dev/thanks/credits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
