-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from festelo/dev
h3_flutter 0.6.3, geojson2h3, h3_common, h3_dart, h3_ffi, h3_web 0.6.1 - update changelogs
- Loading branch information
Showing
51 changed files
with
867 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: geojson2h3 | ||
description: The geojson2h3 library includes a set of utilities for conversion between GeoJSON polygons and H3 hexagon indexes, using h3. Inspired by JS library geojson2h3. | ||
version: 0.6.0 | ||
version: 0.6.1 | ||
homepage: https://github.com/festelo/h3_dart | ||
|
||
environment: | ||
sdk: ">=2.14.0 <3.0.0" | ||
|
||
dependencies: | ||
h3_common: ^0.6.0 | ||
h3_common: ^0.6.1 | ||
|
||
dev_dependencies: | ||
test: ^1.21.2 | ||
test: ^1.22.2 | ||
lints: ^2.0.0 | ||
mockito: ^5.2.0 | ||
build_runner: ^2.1.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
name: h3_common | ||
description: The package provides Dart version of the H3 Core library, a hexagon-based geographic grid system | ||
version: 0.6.0 | ||
version: 0.6.1 | ||
homepage: https://github.com/festelo/h3_dart | ||
|
||
environment: | ||
sdk: ">=2.14.0 <3.0.0" | ||
|
||
dev_dependencies: | ||
|
||
test: ^1.21.2 | ||
test: ^1.22.2 | ||
lints: ^2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ dependencies: | |
path: ../.. | ||
|
||
dev_dependencies: | ||
lints: ^1.0.0 | ||
lints: ^2.0.1 |
Oops, something went wrong.