From f7e0ac7f85bdd5c15d0b62e9f8214df829b32985 Mon Sep 17 00:00:00 2001 From: adrien_body Date: Fri, 10 May 2024 11:49:08 +0200 Subject: [PATCH] fix pubspec description --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5084168..249d764 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_eco_mode -description: "A new Flutter project." +description: "A Flutter plugin to help implementing custom eco-friendly mode in your mobile app." version: 0.0.1 -homepage: +homepage: https://github.com/sncf-connect-tech/flutter_eco_mode environment: sdk: '>=3.2.3 <4.0.0'