From dd3877db09b097bbad3cbcf8b7a8af66f0016ed7 Mon Sep 17 00:00:00 2001 From: immadisairaj Date: Thu, 24 Feb 2022 22:50:48 +0530 Subject: [PATCH] fix dependency issues --- CHANGELOG.md | 4 ++++ README.md | 4 ++++ example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- lib/arrow_pad.dart | 1 + pubspec.yaml | 3 ++- 6 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2736b2a..8e56c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 +- fix dependency issue +- update documentation + ## 0.1.2 - update documentation diff --git a/README.md b/README.md index 62df57d..c0deb2c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ ArrowPad( You can find more usage details in the [`/example`](https://github.com/immadisairaj/arrow_pad/tree/main/example). +## Dependency + +This package uses [`cupertino_icons`](https://pub.dev/packages/cupertino_icons) for the default arrow icon style. + ## Additional information