Skip to content

Commit

Permalink
fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
immadisairaj committed Feb 24, 2022
1 parent d548d82 commit dd3877d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3
- fix dependency issue
- update documentation

## 0.1.2
- update documentation

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- TODO: Tell users more about the package: where to find more information, how to
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2"
version: "0.1.3"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -51,7 +51,7 @@ packages:
source: hosted
version: "1.15.0"
cupertino_icons:
dependency: "direct main"
dependency: transitive
description:
name: cupertino_icons
url: "https://pub.dartlang.org"
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
# cupertino_icons: ^1.0.2

dev_dependencies:
flutter_test:
Expand Down
1 change: 1 addition & 0 deletions lib/arrow_pad.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// A circular pad with 4 arrows which has a functionality of 4 buttons.
library arrow_pad;

import 'dart:math';
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: arrow_pad
description: A circular pad with 4 arrows which has a functionality of 4 buttons.
version: 0.1.2
version: 0.1.3
# homepage: https://github.com/immadisairaj/arrow_pad
repository: https://github.com/immadisairaj/arrow_pad

Expand All @@ -10,6 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit dd3877d

Please sign in to comment.