Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 771 Bytes

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 771 Bytes

0.1.0

  • fix : fix bug (auto measure widget not disposed)

0.0.8

  • support mediaQueryData Dependent Widget

0.0.7

  • support flutter 3.10.0

0.0.6

  • add DrawerMoveController.autoMove
  • add some api reference description

0.0.5

  • fix : fix #10, #11
  • add DrawerMoveController.nowState
  • add api reference description

0.0.4

  • change spec (add onReady, DrawerMoveController, builder.context and remove builder.move)
  • fix : fix a "forced change state to DrawerState.closed" when called builder.setState

0.0.3

  • fix #1, #2
  • change example
  • refactoring code

0.0.2

  • fix unexpected animation transition issue
  • add onStateChanged, onHeightChanged events
  • change builder spec (parameter height deleted)
  • change example

0.0.1

  • initial release