Skip to content

Releases: akshathjain/sliding_up_panel

Added a Parallax Effect

05 Apr 18:31
Compare
Choose a tag to compare

Features

  • Configuration options to SlidingUpPanel
    • parallaxEnabled
    • parallaxOffset

Documentation

  • Created a new example app (Maps)
  • Updated documentation to reflect new features

Added Backdrop Features, Callbacks, and PanelController methods

02 Apr 20:32
Compare
Choose a tag to compare

Features

  • Added ability to close the panel when the backdrop is tapped

  • Added callbacks to the SlidingUpPanel

    • onPanelSlide
    • onPanelOpened
    • onPanelClosed
  • Added methods to the PanelController

    • setPanelPosition
    • animatePanelToPosition
    • getPanelPosition
    • isPanelAnimating
    • isPanelOpen
    • isPanelClosed
    • isPanelShown

Bug Fixes

  • Fixed issue where the collapsed widget would accept touch events even when invisible (i.e. even when the panel was fully open)

Documentation

  • Updated documentation to reflect new features
  • Added clarification on PanelController lifecycle
  • Added an explanation about nesting the Scaffold when displaying a backdrop

Added a Backdrop Shadow as the Panel Opens

01 Apr 04:42
2badc20
Compare
Choose a tag to compare

Added the backdrop feature:

  • Body darkens as the panel opens
  • The backdrop color is customizable
  • The backdrop opacity is also customizable
  • Off by default

Other changes:

  • Removed the README from the example app (pub will display the code on the website now)
  • Specified Dart as the language in the README code snippets

Updated Documentation

31 Mar 16:46
Compare
Choose a tag to compare
  • Updated documentation to be more comprehensive

Added a CHANGELOG file

31 Mar 16:43
Compare
Choose a tag to compare
  • Added a CHANGELOG file

Initial Release

31 Mar 16:39
Compare
Choose a tag to compare

Overview

This is the initial release of the sliding_up_panel package. This includes features such as

  • A sliding up panel that responds to user gestures
  • Customizing the look and feel of the sliding panel
  • Manually controlling the sliding panel via the PanelController