From 26f2a95d359c2d77961231cd519306b877c3871c Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 1 May 2022 20:28:40 -0700 Subject: [PATCH 1/2] Update pubspec.yaml --- packages/visibility_detector/pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/visibility_detector/pubspec.yaml b/packages/visibility_detector/pubspec.yaml index 40679d15..8f0fd0c1 100644 --- a/packages/visibility_detector/pubspec.yaml +++ b/packages/visibility_detector/pubspec.yaml @@ -1,9 +1,8 @@ name: visibility_detector -version: 0.3.0 +version: 0.3.1-dev description: > - A widget that detects the visibility of its child - and notifies a callback. -homepage: https://github.com/google/flutter.widgets/tree/master/packages/visibility_detector + A widget that detects the visibility of its child and notifies a callback. +repository: https://github.com/google/flutter.widgets/tree/master/packages/visibility_detector environment: sdk: '>=2.12.0 <3.0.0' From df9b6f2708a3198fc9d9ce5a0cf3139c8b4e259e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 2 May 2022 03:36:11 +0000 Subject: [PATCH 2/2] update the changelog --- packages/visibility_detector/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/visibility_detector/CHANGELOG.md b/packages/visibility_detector/CHANGELOG.md index 2a575cb1..83b2a943 100644 --- a/packages/visibility_detector/CHANGELOG.md +++ b/packages/visibility_detector/CHANGELOG.md @@ -1,5 +1,9 @@ +# 0.3.1-dev + +* Populate the pubspec `repository` field. + # 0.3.0 - * Move to Flutter version 2.10.5 and update dependencies' null safety calls. +* Move to Flutter version 2.10.5 and update dependencies' null safety calls. # 0.2.2