Other resources
📰 Articles
Articles published onMedium:
- Geospatial centroid, visual center point, area, length, distance and other 2D calculations using Dart (July 2024)
- Decode and encode GeoJSON, WKT and WKB in Dart and Flutter apps (April 2024)
- Geospatial tools for Dart - version 1.0 published (October 2023)
🚀 Demos and samples
✨ See also theGeospatial demos for Dart coderepository for demo and sample apps demonstrating the usage ofgeobase andgeodata packages along with other topics.
Code | Description |
---|---|
earthquake_map | Shows earthquakes fetched from theUSGS web service on a basic map view. The demo uses bothgeobase andgeodata packages for geospatial data accesss. Discusses also state management based onRiverpod. The map UI is based on theGoogle Maps Flutter plugin. |