visibility_detector 0.3.0  visibility_detector: ^0.3.0 copied to clipboard
visibility_detector: ^0.3.0 copied to clipboard
A widget that detects the visibility of its child and notifies a callback.
0.3.0 #
- Move to Flutter version 2.10.5 and update dependencies' null safety calls.
0.2.2 #
- Minor internal changes to maintain forward-compatibility with flutter#91753.
0.2.1 #
- Bug fix for using VisibilityDetector with FittedBox and Transform.scale issue #285.
0.2.0 #
- Added SliverVisibilityDetectorto report visibility ofRenderSliver-based widgets. Fixes issue #174.
0.2.0-nullsafety.1 #
- Revert change to add VisibilityDetectorController.scheduleNotification, which introduced unexpected memory usage.
0.2.0-nullsafety.0 #
- 
Update to null safety. 
- 
Try to fix the link to the example on pub.flutter-io.cn. 
- 
Revert tests to again use RenderViewinstead ofTestWindow.
- 
Add VisibilityDetectorController.scheduleNotificationto force firing a visibility callback.
0.1.5 #
- 
Compatibility fixes to demo.dartfor Flutter 1.13.8.
- 
Moved demo.dartto anexamples/directory, renamed it, and added instructions toREADME.md.
- 
Adjusted tests to use TestWindowinstead ofRenderView.
- 
Added a "Known limitations" section to README.md.
0.1.4 #
- 
Style and comment adjustments. 
- 
Fix a potential infinite loop in the demo app and add tests for it. 
0.1.3 #
- 
Fixed positioning of text selection handles for EditableText-based widgets (e.g.TextField,CupertinoTextField) when used within aVisibilityDetector.
- 
Added VisibilityDetectorController.widgetBoundsFor.
0.1.2 #
- Compatibility fixes for Flutter 1.3.0.
0.1.1 #
- Added VisibilityDetectorController.forget.