popover_gtk 0.2.6+3
popover_gtk: ^0.2.6+3 copied to clipboard
A popover made to be used with libadwaita library, Includes fade animation instead of scale.
0.2.6+3 12.10.2021 #
- Fixed the bug that appears when the parent widget from which
Popover
was presented has been removed from a widget tree (thanks @ajaxspace).
0.2.6+2 17.06.2021 #
- Fixed the bug that appears when you change window size while popover is opened (thanks @whitebug).
0.2.6+1 21.05.2021 #
- Set minimum dart version to 2.12.0.
0.2.6 21.05.2021 #
- Fix constraints size for
PopoverDirection.top
&PopoverDirection.bottom
.
0.2.5 18.05.2021 #
- Recalculate popover shape on context changes.
0.2.4 17.05.2021 #
- Parametrs
arrowDyOffset
,arrowDxOffset
andcontentDyOffset
now can be apply again. - Fix Popover breaks when opened to the right.
- Update example.
0.2.3 03.05.2021. #
- Add
RouteSettings? routeSettings
parameter.
0.2.2 22.04.2021. #
- Rebuild Popover on device orientation changes (thanks @SanekLic, @shcherbuk96).
0.2.1 04.04.2021. #
- Lower minimum version requirements for Dart and Flutter to pass pub.dev validation.
0.2.0 04.04.2021. #
- Migrate to NNBD.
0.1.0 09.02.2021. #
- BREAKING: Refactor popover implementation to have identical API to included in Flutter modal dialogs e.g.
showCupertinoDialog
- docs: README updates
- docs: example application updates
0.0.5 08.02.2021. #
- Add
Key key
,barrierDismissible
andshowPopover
.
0.0.4 27.01.2021. #
- Add
arrowDyOffset
,arrowDxOffset
andcontentDyOffset
public parameters.
0.0.3 21.01.2021. #
- A
child
widget can be wrapped inInkWell
orGestureDetector
.
0.0.2 18.01.2021. #
- Update
PopoverItem
. - Add
PopoverDirection
to exports. - Add documentation.
0.0.1 10.01.2021. #
- Initial release.