You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Change some external dependency version requirements to any - at least for http package #247](https://github.com/navibyte/geospatial/issues/247)
Copy file name to clipboardExpand all lines: dart/geodata/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,16 @@ Geospatial feature service Web APIs with support for
8
8
9
9
## Features
10
10
11
+
✨ New (2024-11-10): The stable version 1.3.0 with some refactoring (the
12
+
dependecy to `equatable` removed, the constraint on `http` is now
13
+
`>=0.13.0 <2.0.0` instead of `^0.13.0` that did not allow latest 1.0+ versions),
14
+
code maintenance and documentation updates.
15
+
11
16
✨ New (2024-05-26): The new documentation website ([geospatial.navibyte.dev](https://geospatial.navibyte.dev/)) for the [geodata](https://geospatial.navibyte.dev/v1/geodata/)
12
17
package documentation published along with the stable version 1.2.0.
13
18
14
19
✨ New (2024-04-22): The stable version 1.1.0 adds support for Newline-delimited GeoJSON. See the related [blog post](https://medium.com/@navibyte/decode-and-encode-geojson-wkt-and-wkb-in-dart-and-flutter-apps-ab2ef4ece2f1) about geobase changes.
15
20
16
-
✨ New (2023-10): The stable version 1.0.0 is now ready. See also the article [Geospatial tools for Dart - version 1.0 published](https://medium.com/@navibyte/geospatial-tools-for-dart-version-1-0-published-0f9673e510b3) at Medium.
17
-
18
-
✨ New (2023-07): better client-side support for OGC API Features (Part 1 and 2).
19
-
20
21
Key features:
21
22
22
23
* 🪄 Client-side data source abstraction for geospatial feature service Web APIs.
@@ -201,7 +202,7 @@ Add the dependency in your `pubspec.yaml`:
201
202
202
203
```yaml
203
204
dependencies:
204
-
geodata: ^1.2.1
205
+
geodata: ^1.4.0
205
206
```
206
207
207
208
Import it:
@@ -241,7 +242,6 @@ Package | Exports also | Description
241
242
**ogcapi_features_client** | common, core, formats | A client-side data source to read features from OGC API Features services.
242
243
243
244
External packages `geodata` is depending on:
244
-
*[equatable](https://pub.dev/packages/equatable) for equality and hash utils
245
245
*[geobase](https://pub.dev/packages/geobase) for base geospatial data structures
246
246
*[http](https://pub.dev/packages/http) for a http client
247
247
*[meta](https://pub.dev/packages/meta) for annotations
0 commit comments