flutter_widget_offset 1.0.5
flutter_widget_offset: ^1.0.5 copied to clipboard
A class library for obtaining and listening the offset of the widget to the edge of the root layout. This type of library is also suitable for dialogs(`showDialog`).
1.0.5 #
- format flutter_widget_offset.dart
- update example name
1.0.4 #
- save each changed value to
controller.
1.0.3 #
- add a method to actively notify the status of
OffsetChangeObserver - add the
OffsetDetectorControllercontroller toOffsetDetector. - update example
1.0.2 #
- format
lib/flutter_widget_offset.dart
1.0.1 #
- add API document
1.0.0 #
- add
OffsetChangeObserver - add
OffsetDetectorwidget - add widget offset example
0.0.1 #
- Describe initial release.