File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ geodata version 0.11.0 #162 ] ( https://github.com/navibyte/geospatial/issues/162 )
4
4
5
- Under development, current pre-release: 0.11.0-dev.0
6
-
7
5
🧩 Features:
8
6
* [ Consistent factories for GeoJSON and OGC API Features clients #155 ] ( https://github.com/navibyte/geospatial/issues/155 )
9
7
8
+ 🛠 Maintenance:
9
+ * Uses the latest ` geobase ` version 0.4.0
10
+
10
11
## 0.10.1
11
12
12
13
📚 Small documentation updates. Also a link to the [ Geospatial demos for Dart] ( https://github.com/navibyte/geospatial_demos ) repository.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add the dependency in your `pubspec.yaml`:
32
32
33
33
``` yaml
34
34
dependencies :
35
- geodata : ^0.11.0-dev.0
35
+ geodata : ^0.11.0
36
36
` ` `
37
37
38
38
Import it:
Original file line number Diff line number Diff line change 1
1
name : geodata
2
2
description : A geospatial client to read GeoJSON and OGC API Features data sources.
3
- version : 0.11.0-dev.0
3
+ version : 0.11.0
4
4
repository : https://github.com/navibyte/geospatial
5
5
homepage : https://github.com/navibyte/geospatial/tree/main/dart/geodata
6
6
@@ -12,7 +12,7 @@ dependencies:
12
12
http : ^0.13.0
13
13
meta : ^1.7.0
14
14
15
- geobase : ^0.4.0-dev.1
15
+ geobase : ^0.4.0
16
16
# geobase:
17
17
# path: ../geobase
18
18
You can’t perform that action at this time.
0 commit comments