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 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'