We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d322d2f commit d903c66Copy full SHA for d903c66
dart/geodata/pubspec.yaml
@@ -3,6 +3,7 @@ description: A geospatial client to read GeoJSON and OGC API Features data sourc
3
version: 1.2.1
4
repository: https://github.com/navibyte/geospatial
5
homepage: https://geospatial.navibyte.dev/
6
+publish_to: none
7
8
environment:
9
sdk: '>=2.17.0 <4.0.0'
@@ -12,9 +13,9 @@ dependencies:
12
13
http: ^0.13.0
14
meta: ^1.7.0
15
- geobase: ^1.1.0
16
- #geobase:
17
- # path: ../geobase
+ #geobase: ^1.1.0
+ geobase:
18
+ path: ../geobase
19
20
dev_dependencies:
21
test: ^1.21.1
0 commit comments