From 800577f959a0e6d2e90b69356e0f61b5870a4bff Mon Sep 17 00:00:00 2001 From: Griffins Gichure Date: Sat, 1 Oct 2022 08:43:29 +0300 Subject: [PATCH] fix desc --- .pubignore | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pubignore b/.pubignore index 5039351..478f9c7 100644 --- a/.pubignore +++ b/.pubignore @@ -47,3 +47,4 @@ lib/generated_plugin_registrant.dart # Exceptions to above rules. !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages +pubspec.lock \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8556a0e..5462e1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: hexcolor -description: A starting point for Dart libraries or applications. +description: HexColor for your dart and flutter projects version: 3.0.0 homepage: https://github.com/ggichure/hexcolor