From 92b2a7ea095fc4be3ff6d5df2c3d7fccdda90c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayd=C4=B1n?= Date: Thu, 19 Jan 2023 19:24:53 +0300 Subject: [PATCH] pubspec.yaml updated --- pubspec.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 62a44c2..866d1e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: enum_plus -description: A starting point for Dart libraries or applications. +description: Simple, extensible and powerful enumeration implementation version: 1.0.0 -# homepage: https://www.example.com +homepage: https://github.com/aydinfatih/enum_plus +repository: https://github.com/aydinfatih/enum_plus environment: sdk: '>=2.17.0 <3.0.0'