Skip to content

Commit 8af43ad

Browse files
authored
bump visibility_detector version from #325 (#353)
1 parent cb66b68 commit 8af43ad

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/visibility_detector/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.3.0
2+
* Move to Flutter version 2.10.5 and update dependencies' null safety calls.
3+
14
# 0.2.2
25

36
* Minor internal changes to maintain forward-compatibility with [flutter#91753](https://github.com/flutter/flutter/pull/91753).

packages/visibility_detector/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: visibility_detector
2-
version: 0.2.2
2+
version: 0.3.0
33
description: >
44
A widget that detects the visibility of its child
55
and notifies a callback.
66
homepage: https://github.com/google/flutter.widgets/tree/master/packages/visibility_detector
77

88
environment:
9-
sdk: '>=2.12.0-0 <3.0.0'
10-
flutter: '>=1.13.8'
9+
sdk: '>=2.12.0 <3.0.0'
10+
flutter: '>=2.10.5'
1111

1212
dependencies:
1313
flutter:

0 commit comments

Comments
 (0)