File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Add the dependency in your `pubspec.yaml`:
130130
131131``` yaml
132132dependencies :
133- geodata : ^1.0 .0
133+ geodata : ^1.1.0-dev .0
134134` ` `
135135
136136Import it:
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ description: A geospatial client to read GeoJSON and OGC API Features data sourc
33version : 1.1.0-dev.0
44repository : https://github.com/navibyte/geospatial
55homepage : https://github.com/navibyte/geospatial/tree/main/dart/geodata
6- publish_to : none
76
87environment :
98 sdk : ' >=2.17.0 <4.0.0'
@@ -13,9 +12,9 @@ dependencies:
1312 http : ^0.13.0
1413 meta : ^1.7.0
1514
16- # geobase: ^1.1.0-dev.0
17- geobase :
18- path : ../geobase
15+ geobase : ^1.1.0-dev.0
16+ # geobase:
17+ # path: ../geobase
1918
2019dev_dependencies :
2120 test : ^1.21.1
You can’t perform that action at this time.
0 commit comments