issues
search
josxha
/
flutter-maplibre
Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs.
https://flutter-maplibre.pages.dev
Other
17
stars
3
forks
source link
feat: add event system
#34
Closed
josxha
closed
1 month ago
josxha
commented
1 month ago
Implementation
[x] android integration
[x] web integration
[x] public API
[x] example app
[x] changelog
[x] update docs
Events
[x] map created
[x] style loaded
[x] clicked
[x] long clicked
[x] secondary clicked
[x] double clicked
[x] camera changed
More events can be added later.
Resources
https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MapEventType/
https://maplibre.org/maplibre-native/android/api/-map-libre%20-native%20-android/org.maplibre.android.maps/-map-view/index.html
cloudflare-workers-and-pages[bot]
commented
1 month ago
Deploying flutter-maplibre with
Cloudflare Pages
Latest commit:
5c33789
Status:
✅ Deploy successful!
Preview URL:
https://5cefadc6.flutter-maplibre.pages.dev
Branch Preview URL:
https://feat-event-system.flutter-maplibre.pages.dev
View logs
Implementation
Events
More events can be added later.
Resources