Remove ring dependencies #168
Closed
jsiedentop
started this conversation in
Ideas
Replies: 2 comments
-
Important topic. Idea:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
🚀 geotypes package has been published. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
turf_dart
depends on the following dartclub librariesThese libraries themselves depend on
turf_dart
. This makes the release of new versions unnecessarily complicated.All these libraries only depend on a really small part of
turf_dart
. It wouldn't take much effort to extract this part into a separate library and the effort would probably pay for itself very quickly.Mainly only the GeoJson objects (
GeoJSONObject
,GeometryCollection
,FeatureCollection
,Feature
,Point
,Position
,MultiPoint
,LineString
,MultiLineString
,MultiPolygon
,Polygon
) are referenced. Onlyturf_equality
uses another functionality:round
fromimport 'package:turf/helpers.dart';
.It would certainly be useful to have a package that only takes over the serialization and deserialization of GeoJson in addition to the
turf_dart
packages.@lukas-h any remarks?
Beta Was this translation helpful? Give feedback.
All reactions