Other resources
π° Articles
Articles published on Medium:
- 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 the Geospatial demos for Dart code repository for demo and sample apps demonstrating the usage of geobase and geodata packages along with other topics.
Code | Description |
---|---|
earthquake_map | Shows earthquakes fetched from the USGS web service on a basic map view. The demo uses both geobase and geodata packages for geospatial data accesss. Discusses also state management based on Riverpod. The map UI is based on the Google Maps Flutter plugin. |