PackageTrack
Sign in Get early access

geodart

A geospatial library for Dart. Designed primarily around vector features (like, with coordinate points), this library provides a simple interface for working with geographic data.

0.3.10 5.7K downloads/mo #3651 most downloaded on pub.dev divvitco/geodart

What this package is like to depend on

Last release 2 months ago

28 May 2026

Ships fairly regularly

a new release about every 7 months

Nearly every release is documented

notes for 26 of 26 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

26 releases · first in 2022

3 releases in the last 12 months

see the full history below

Release timeline

26 releases · Jun 2022 to May 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 26
  1. 0.3.10 28 May 2026
    Release notes

    0.3.10

    • Remove invalid @override annotations from factory constructors to fix static analysis warnings

    Full Changelog: v0.3.9...v0.3.10

    Open source →
    Release notes
    • Remove invalid @override annotations from factory constructors to fix static analysis warnings
    Open source →
  2. 0.3.9 04 Oct 2025
    Release notes

    What's Changed

    • Fix the pubspec score type issues by @ntatko in #42

    Full Changelog: 0.3.7...v0.3.9

    Open source →
    Release notes
    • Fix x and y type to double in Coordinate
    Open source →
  3. 0.3.8 04 Oct 2025
    Release notes
    • Add x and y type docs to Coordinate
    Open source →
  4. 0.3.7 11 Jan 2025
    Release notes

    What's Changed

    • publish 0.3.7 with linestring intersection bug by @ntatko in #41

    Full Changelog: v0.3.6...0.3.7

    Open source →
    Release notes
    • Fix LineString.intersections bug
    Open source →
  5. 0.3.6 04 Jun 2024
    Release notes

    What's Changed

    • change standard measurments from final to consts - lets them be used … by @ntatko in #36
    • BUGFIX: Polygon and multipolygon fromWkt fix by @ntatko in #38

    Full Changelog: v0.3.5...v0.3.6

    Open source →
    Release notes
    • Fix Polygon.fromWKT creation bug
    • Fix MultiPolygon.fromWKT creation bug
    • Add MultiPolygon.fromWKT and Polygon.fromWKT tests
    Open source →
  6. 0.3.5 05 Apr 2024
    Release notes

    What's Changed

    • Increase comments around conversion utils by @ntatko in #32
    • fromJson method fix with casting by @ntatko in #33
    • Add some new, more practical examples by @ntatko in #34

    Full Changelog: v0.3.4...v0.3.5

    Open source →
    Release notes
    • Increase comments around conversion utils
    • fromJson method fix with casting
    • Add some new, more practical examples
    Open source →
  7. 0.3.4 03 Apr 2024
    Release notes

    What's Changed

    Full Changelog: v0.3.3...v0.3.4

    Open source →
    Release notes
    • PR Validator to verify changes to main and PRs in
    • Feature collection from wkt
    • Static analysis warnings
    Open source →
  8. 0.3.3 03 Apr 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.3.2...v0.3.3

    Open source →
    Release notes
    • Update linear_ring.dart (thanks @sheldoncoup)
    • dart analyze errors for use_super_parameters
    • multipolygon from wkt
    • BUG: No intersections using LineString
    Open source →
  9. 0.3.2 25 Oct 2023
    Release notes

    What's Changed

    • polygon intersections by @ntatko in #14
    • add buffering to points to make circles by @ntatko in #16
    • add light error checking to multipolygon union by @ntatko in #15
    • convex hull calculation for feature collections by @ntatko in #17

    Full Changelog: v0.3.1...v0.3.2

    Open source →
    Release notes
    • polygon intersections
    • add buffering to points to make circles
    • add light error checking to multipolygon union
    • convex hull calculation for feature collections
    Open source →
  10. 0.3.1 22 Oct 2023
    Release notes

    What's Changed

    Full Changelog: v0.3.0...v0.3.1

    Open source →
    Release notes
    • MultiLineString.fromJson creation bug.
    • Update lint version
    Open source →
  11. 0.3.0 22 Oct 2023
    Release notes

    What's Changed

    • Add conversion from LLA Coordinate to ENU Coordinate by @keenranger in #9

    New Contributors

    Full Changelog: v0.2.8...v0.3.0

    Open source →
    Release notes
    • Add conversion from LLA Coordinate to ENU Coordinate (thanks @keenranger)
    Open source →
  12. 0.2.8 18 Jan 2023
    Release notes
    • MultiLineString.fromWKT creation bug.
    Open source →
  13. 0.2.7 06 Jan 2023
    Release notes
    • LineString.hashCode operator.
    Open source →
  14. 0.2.6 06 Jan 2023
    Release notes
    • Feature now has + capabilities.
    • FeatureCollection now has + capabilities.
    • MultiPoint.random({int points}) created.
    • LineString.random({int length}) added length parameter.
    • MultiLineString.random({int count, int length}) added length and count parameter.
    • LineString.intersections added.
    • LineString.slope added.
    • LineString.contains added.
    Open source →
  15. 0.2.5 15 Jun 2022
    Release notes
    • LinearRing.contains bug fix
    • Tests for LinearRing.contains bug fix
    Open source →
  16. 0.2.4 15 Jun 2022
    Release notes
    • Polygon.random() created.
    • Add readme links to conversion headings.
    • Additional LineString methods and properties.
    • LinearRing random() centroid and area methods added.
    • Point and Polygon contained and isContainedIn methods added in LinearRing, MultiPolygon, Polygon, and Point.
    Open source →
  17. 0.2.3 14 Jun 2022
    Release notes
    • Expose convertAngle function.
    • Fix readme conversion bugs.
    • Change distanceTo and bearingTo to accept units.
    • Document available units in readme.
    Open source →
  18. 0.2.2 14 Jun 2022
    Release notes
    • Add BoundingBox toPolygon conversion
    • Add linestring segments property
    • Add envelope property to BoundingBox
    • Add square property to BoundingBox
    • Add isCollectionOf and nearestPointTo property to FeatureCollection
    Open source →
  19. 0.2.1 14 Jun 2022
    Release notes
    • Add BoundingBox as geometry tyoe
    • add .bbox method to all geometry features
    Open source →
  20. 0.2.0 14 Jun 2022
    Release notes
    • Point lat lng exposed on point
    • add center method to all geometries
    • Add conversion example to README
    Open source →
  21. 0.1.3 09 Jun 2022
    Release notes
    • More readme badges
    • Convert between angle units
    • Add conversion example to README
    Open source →
  22. 0.1.2 09 Jun 2022
    Release notes
    • Add area conversions to the conversions library.
    • Fix readme pub.dev badge.
    • Fix examples path.
    Open source →
  23. 0.1.1 09 Jun 2022
    Release notes
    • Found an incorrect import in readme
    • Added badges (hopefully) to the readme
    Open source →
  24. 0.1.0 09 Jun 2022
    Release notes
    • Remove installation information from the README.md
    • Add conversion library, with 1d conversions, with tests
    Open source →
  25. 0.0.2 08 Jun 2022
    Release notes
    • Changed pubspec information
    • Un-ignored docs and examples
    Open source →
  26. 0.0.1 08 Jun 2022
    Release notes
    • Initial version.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive