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 2026Releases
latest 26-
0.3.1028 May 2026Release notes
Open source →0.3.10
- Remove invalid
@overrideannotations from factory constructors to fix static analysis warnings
Full Changelog: v0.3.9...v0.3.10
Release notes
Open source →- Remove invalid
@overrideannotations from factory constructors to fix static analysis warnings
- Remove invalid
-
0.3.904 Oct 2025Release notes
Open source → -
0.3.804 Oct 2025 -
0.3.711 Jan 2025 -
0.3.604 Jun 2024Release notes
Open source →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
Release notes
Open source →- Fix
Polygon.fromWKTcreation bug - Fix
MultiPolygon.fromWKTcreation bug - Add
MultiPolygon.fromWKTandPolygon.fromWKTtests
-
0.3.505 Apr 2024Release notes
Open source →What's Changed
- Increase comments around conversion utils by @ntatko in #32
fromJsonmethod 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
Release notes
Open source →- Increase comments around conversion utils
fromJsonmethod fix with casting- Add some new, more practical examples
-
0.3.403 Apr 2024Release notes
Open source →What's Changed
- Validate changes to main and PRs by @ntatko in #28
- Feature collection from wkt by @ntatko in #29
- Static analysis warning by @ntatko in #30
Full Changelog: v0.3.3...v0.3.4
Release notes
Open source →- PR Validator to verify changes to main and PRs in
- Feature collection from wkt
- Static analysis warnings
-
0.3.303 Apr 2024Release notes
Open source →What's Changed
- Update linear_ring.dart by @sheldoncoup in #21
- dart analyze errors for use_super_parameters by @ntatko in #23
- multipolygon from wkt by @ntatko in #24
- BUG: No intersections using LineString - Tests and fix by @ntatko in #26
New Contributors
- @sheldoncoup made their first contribution in #21
Full Changelog: v0.3.2...v0.3.3
Release notes
Open source →- Update linear_ring.dart (thanks @sheldoncoup)
- dart analyze errors for use_super_parameters
- multipolygon from wkt
- BUG: No intersections using LineString
-
0.3.225 Oct 2023Release notes
Open source →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
Release notes
Open source →- polygon intersections
- add buffering to points to make circles
- add light error checking to multipolygon union
- convex hull calculation for feature collections
-
0.3.122 Oct 2023 -
0.3.022 Oct 2023Release notes
Open source →What's Changed
- Add conversion from LLA Coordinate to ENU Coordinate by @keenranger in #9
New Contributors
- @keenranger made their first contribution in #9
Full Changelog: v0.2.8...v0.3.0
Release notes
Open source →- Add conversion from LLA Coordinate to ENU Coordinate (thanks @keenranger)
-
0.2.818 Jan 2023 -
0.2.706 Jan 2023 -
0.2.606 Jan 2023Release notes
Open source →Featurenow has+capabilities.FeatureCollectionnow has+capabilities.MultiPoint.random({int points})created.LineString.random({int length})addedlengthparameter.MultiLineString.random({int count, int length})addedlengthandcountparameter.LineString.intersectionsadded.LineString.slopeadded.LineString.containsadded.
-
0.2.515 Jun 2022 -
0.2.415 Jun 2022Release notes
Open source →Polygon.random()created.- Add readme links to conversion headings.
- Additional
LineStringmethods and properties. LinearRingrandom()centroidandareamethods added.PointandPolygoncontainedandisContainedInmethods added inLinearRing,MultiPolygon,Polygon, andPoint.
-
0.2.314 Jun 2022Release notes
Open source →- Expose
convertAnglefunction. - Fix readme conversion bugs.
- Change
distanceToandbearingToto accept units. - Document available units in readme.
- Expose
-
0.2.214 Jun 2022Release notes
Open source →- Add BoundingBox
toPolygonconversion - Add linestring
segmentsproperty - Add
envelopeproperty toBoundingBox - Add
squareproperty toBoundingBox - Add
isCollectionOfandnearestPointToproperty toFeatureCollection
- Add BoundingBox
-
0.2.114 Jun 2022Release notes
Open source →- Add BoundingBox as geometry tyoe
- add
.bboxmethod to all geometry features
-
0.2.014 Jun 2022Release notes
Open source →- Point lat lng exposed on point
- add
centermethod to all geometries - Add conversion example to README
-
0.1.309 Jun 2022Release notes
Open source →- More readme badges
- Convert between angle units
- Add conversion example to README
-
0.1.209 Jun 2022Release notes
Open source →- Add area conversions to the
conversionslibrary. - Fix readme pub.dev badge.
- Fix examples path.
- Add area conversions to the
-
0.1.109 Jun 2022Release notes
Open source →- Found an incorrect import in readme
- Added badges (hopefully) to the readme
-
0.1.009 Jun 2022Release notes
Open source →- Remove installation information from the README.md
- Add conversion library, with 1d conversions, with tests
-
0.0.208 Jun 2022 -
0.0.108 Jun 2022