Skip to content

Commit

Permalink
📝 Better package description
Browse files Browse the repository at this point in the history
  • Loading branch information
beroso committed Nov 11, 2021
1 parent 17afcc5 commit 7a7b36d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 0.1.0
## 0.3.0

- Initial version.
- Better package description.

## 0.2.0

- Update example docs.

## 0.1.0

- Initial version.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and the Flutter guide for

Dart port of https://github.com/mapbox/polylabel.

A fast algorithm for finding polygon pole of inaccessibility implemented as a Dart library. Useful for optimal placement of a text label on a polygon.

## Usage

```dart
Expand Down
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: polylabel
description: Dart port of https://github.com/mapbox/polylabel.
version: 0.2.0
description: >-
A fast algorithm for finding polygon pole of inaccessibility implemented as a Dart library.
Useful for optimal placement of a text label on a polygon.
version: 0.3.0
repository: https://github.com/beroso/dart_polylabel

environment:
Expand Down

0 comments on commit 7a7b36d

Please sign in to comment.