We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a8535 commit 19476baCopy full SHA for 19476ba
maplibre_gl/README.md
@@ -1,5 +1,9 @@
1
<p align="center">
2
- <img src="https://github.com/user-attachments/assets/cee8376b-9812-40ff-91c6-2d53f9581b83" alt="MapLibre Logo" width="300">
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://maplibre.org/img/maplibre-logos/maplibre-logo-for-dark-bg.svg">
4
+ <source media="(prefers-color-scheme: light)" srcset="https://maplibre.org/img/maplibre-logos/maplibre-logo-for-light-bg.svg">
5
+ <img alt="MapLibre Logo" src="https://maplibre.org/img/maplibre-logos/maplibre-logo-for-light-bg.svg" width="200">
6
+ </picture>
7
</p>
8
9
# Flutter MapLibre GL
0 commit comments