Skip to content

Releases: minikin/popover

v0.3.1

09 Aug 17:07
1387c5c
Compare
Choose a tag to compare

v0.3.0+1

19 May 13:30
62023a1
Compare
Choose a tag to compare
  • Update README.
  • Update web example to use flutter.js service worker bootstrapping.

Fixed: Half of the widget is not shown.

08 Feb 12:45
beb4393
Compare
Choose a tag to compare

What's Changed

  • fix: Use logical pixels for popover offset calculation by @zwett in #84

New Contributors

  • @zwett made their first contribution in #84

Full Changelog: v0.2.9...v0.3.0

v0.2.9

07 Dec 17:49
73cc78d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8+2

01 Mar 09:57
Compare
Choose a tag to compare

What's Changed

  • Fix exception when enabling widget-selection mode in Widget Inspector when the popover is opened by @moescs in #64

New Contributors

Full Changelog: v0.2.8+1...v0.2.8+2

v0.2.8+1

05 Feb 19:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.8+1

v0.2.8

02 Jan 20:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

24 Oct 01:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6.2...v0.2.7

v0.2.6+3

12 Oct 09:44
Compare
Choose a tag to compare
  • Fixed the bug that appears when the parent widget from which Popover was presented has been removed from a widget tree (thanks @ajaxspace).

v0.2.6+2

17 Jun 07:16
Compare
Choose a tag to compare
  • Fixed the bug that appears when you change window size while popover is opened (thanks @whitebug).