Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 1.11 KB

[1.1.5] - 18 November, 2023

  • dart format fixed

[1.1.4] - 11 November, 2023

  • bug fixed

[1.1.3] - 9 September, 2023

  • dart format fixed - example

[1.1.2] - 9 September, 2023

  • dart format fixed

[1.1.1] - 12 August, 2023

  • Rename BehindBoxStyle with BoxStyle
  • Update README.md

[1.1.0] - 26 July, 2023

  • Remove context
  • Rename draggableIconEnabled with draggableIconVisible
  • Rename BoxStyle with BehindBoxStyle
  • Rename boxUnderBox with sheet. New usage(style: BehindBoxStyle.sheet)
  • Rename boxShadow with shadow. New usage(style: BehindBoxStyle.shadow)
  • Add showSlidingBox() method. Now display a sliding box easily and simply

[1.0.5] - 1 July, 2023

  • Add draggableIcon

[1.0.4] - 28 June, 2023

  • Update example

[1.0.3] - 28 June, 2023

  • Add action widget list to BackdropAppBar
  • Remove the icon widget from SearchBox
  • Update README.md
  • Update CHANGELOG.md
  • Update pubspec.yaml

[1.0.2] - 6 June, 2023

  • Add example in plugin

[1.0.1] - 30 May, 2023

  • Update README.md
  • Add screenshots folder

[1.0.0] - 29 May, 2023

  • Initial Release