From 7a7b36dedc0ebea6e5d1f7fbaee3cca16c0a2596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sousa?= Date: Wed, 10 Nov 2021 21:40:37 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Better=20package=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- README.md | 2 ++ pubspec.yaml | 6 ++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e283a19..af6c9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 3536c3f..1d4d06f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 644aad6..b60ff10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: