Skip to content

Commit

Permalink
v 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ggichure committed Jun 6, 2021
1 parent faf9884 commit d4bc40e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ remove unused files in lib

## 2.0.2
null safety


## 2.0.3

## 2.0.4

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">

<a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/licence-BSD%203-brightgreen" alt="License: BSD 3"></a>
<a href="https://pub.dev/packages/hexcolor"><img src="https://img.shields.io/badge/pub.dev-60-blue" alt="Pub.dev 33"></a>
<a href="https://pub.dev/packages/hexcolor"><img src="https://img.shields.io/badge/pub.dev-60-blue" alt="Pub.dev 83"></a>

</p>

Expand Down
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"hexcolor","path":"/media/ggriffo/ns/oss/hexcolor/","dependencies":[]}],"android":[{"name":"hexcolor","path":"/media/ggriffo/ns/oss/hexcolor/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"hexcolor","dependencies":[]}],"date_created":"2021-03-10 18:59:17.645261","version":"2.0.1"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"hexcolor","path":"/media/ggriffo/ns/tsts/hexcolor/","dependencies":[]}],"android":[{"name":"hexcolor","path":"/media/ggriffo/ns/tsts/hexcolor/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"hexcolor","dependencies":[]}],"date_created":"2021-06-06 08:53:48.111312","version":"2.2.1"}
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -78,7 +78,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.2"
version: "2.0.4"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -118,7 +118,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -153,7 +153,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -104,7 +104,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -139,7 +139,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hexcolor
description: A flutter plugin for bringing hex colors to dart hexcolorPlugin.
version: 2.0.2
version: 2.0.4


homepage: https://github.com/ggichure/hexcolor
Expand Down

0 comments on commit d4bc40e

Please sign in to comment.