Skip to content

Commit c053aa2

Browse files
committed
pub(geodata): stable release 1.1.0
1 parent d89819a commit c053aa2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

dart/geodata/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[geodata release 1.1.0](https://github.com/navibyte/geospatial/milestone/1)
44

5-
NOTE: Version 1.1.0 currently under development (1.1.0-dev.0).
5+
✨ 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.
66

77
🧩 Features:
88
* [Support for GeoJSON Text Sequences](https://github.com/navibyte/geospatial/issues/217)

dart/geodata/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Geospatial feature service Web APIs with support for
88

99
## Features
1010

11+
✨ 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.
12+
1113
✨ 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.
1214

1315
✨ New (2023-07): better client-side support for OGC API Features (Part 1 and 2).
@@ -130,7 +132,7 @@ Add the dependency in your `pubspec.yaml`:
130132

131133
```yaml
132134
dependencies:
133-
geodata: ^1.1.0-dev.0
135+
geodata: ^1.1.0
134136
```
135137
136138
Import it:

dart/geodata/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geodata
22
description: A geospatial client to read GeoJSON and OGC API Features data sources.
3-
version: 1.1.0-dev.0
3+
version: 1.1.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
66

@@ -12,7 +12,7 @@ dependencies:
1212
http: ^0.13.0
1313
meta: ^1.7.0
1414

15-
geobase: ^1.1.0-dev.0
15+
geobase: ^1.1.0
1616
#geobase:
1717
# path: ../geobase
1818

0 commit comments

Comments
 (0)