Skip to content

Latest commit

 

History

History
100 lines (55 loc) · 1.99 KB

File metadata and controls

100 lines (55 loc) · 1.99 KB

1.5.0

  • Added drawerCloseSemanticLabel parameter to set a semantic label for the tappable area that closes the drawer.
  • Integrated Semantics widgets to provide better screen reader support for the drawer and example app.
  • Integrated ExcludeFocus and ExcludeSemantics to widgets to dynamically control focus and semantics based on drawer visibility.
  • Refactored Inkwell hiding to use Visibility

1.4.0

  • Added initialDrawerScale parameter to set the initial scale of the drawer.
  • Added drawerSlideRatio parameter to set the slide ratio of the drawer.

1.3.7

  • Align child window to the left even when scaled.

1.3.6

  • Check context mount status.

1.3.5

  • Added backdrop field to set custom background

1.3.4

  • Hot reload + state update support added.
  • Added RepaintBoundary for additional performance.
  • Removed IgnorePointer and added disabling drag events on GestureDetector.

1.3.3

  • Disable with IgnorePointer widget added.

1.3.2

  • Drawer stuck on back drag fixed.

1.3.1

  • The openScale parameter added to manage child scale.

1.3.0

  • Animation controller could be passed via props.

1.2.4

  • Animation after dispose fixed.

1.2.3+1

  • Disabling gestures fixed.

1.2.3

  • disabledGestures option added to disable gestures.

1.2.2

  • Hidden drawer content with rtlOpening (true) fixed.
  • Example updated.

1.2.1

  • Performance improvements

1.2.0

  • Closing drawer with open ration 1.0 fixed.
  • Bidirectional opening support added.

1.1.0

  • Animation improvements.
  • Child decoration animation property added.

1.0.0+2

  • iOS example app running issue fixed.

1.0.0+1

  • LICENSE CHANGED.

1.0.0

  • Null Safety implemented.

0.0.2+1

  • Preview images fixed.

0.0.2

  • Documentation updated.

0.0.1

  • Basic implementation if plugin.