File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/visibility_detector Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.0
2
+ * Move to Flutter version 2.10.5 and update dependencies' null safety calls.
3
+
1
4
# 0.2.2
2
5
3
6
* Minor internal changes to maintain forward-compatibility with [ flutter #91753 ] ( https://github.com/flutter/flutter/pull/91753 ) .
Original file line number Diff line number Diff line change 1
1
name : visibility_detector
2
- version : 0.2.2
2
+ version : 0.3.0
3
3
description : >
4
4
A widget that detects the visibility of its child
5
5
and notifies a callback.
6
6
homepage : https://github.com/google/flutter.widgets/tree/master/packages/visibility_detector
7
7
8
8
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 '
11
11
12
12
dependencies :
13
13
flutter :
You can’t perform that action at this time.
0 commit comments