From d20f7d29ff9810f9e1885024fbc71153135bb36a Mon Sep 17 00:00:00 2001 From: Dominik Roszkowski Date: Wed, 27 Sep 2023 14:35:41 +0200 Subject: [PATCH] chore: add issue_tracker and homepage to pubspec Just adding two urls to pubspec.yaml so that they are presented on pub.dev --- pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 62f10f6..176a9cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,8 +2,10 @@ name: marquee description: 'A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions, durations, curves as well as pauses after every round.' -version: 2.2.3 +version: 2.2.4 +homepage: https://github.com/MarcelGarus/marquee repository: https://github.com/MarcelGarus/marquee +issue_tracker: https://github.com/MarcelGarus/marquee/issues environment: flutter: '>=3.0.0'