Skip to content

Commit

Permalink
Improve pub score (rename example file, raise to 0.0.6+3) (#84)
Browse files Browse the repository at this point in the history
* add examples, fix segment * callbacks

* raise version to 0.0.6+2

* Rename example file, raise to 0.0.6+3
  • Loading branch information
lukas-h authored Apr 19, 2022
1 parent 9135395 commit a940904
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.0.6+3

- Rename examples file
## 0.0.6+2

- Added code examples
- Fixed segment * callbacks

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ main() {
0,
combineNestedGeometries: false,
);
print(total);
// total == 6
}
// total.length == 6
```

## GeoJSON Object Model
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: turf
description: A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.
version: 0.0.6+2
version: 0.0.6+3
environment:
sdk: '>=2.12.0 <3.0.0'
homepage: https://github.com/dartclub/turf_dart
Expand Down

0 comments on commit a940904

Please sign in to comment.