Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 547 Bytes

File metadata and controls

32 lines (24 loc) · 547 Bytes

1.5.2

  • Fixed a bug with blur on the web.

1.5.1

  • Fix issue with FAB not being displayed when overlayStyle is NULL.

1.5.0

  • Fix issue with buttons not disappearing on Navigator push
  • Adjust button position.
floatingActionButtonLocation is now required.
Scaffold(
  floatingActionButtonLocation: ExpandableFab.location,
  ...

1.4.0

  • Add programmatic open/close.

1.3.0

  • Add overlay fade animation.

1.2.0

  • Add overlay.
  • Add onOpen/onClose.

1.1.0

  • Remove heroTag.

1.0.0

  • Initial version.