Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

63 lines (47 loc) · 1.55 KB

1.1.3

  • Updates to support flutter version 3.16.0

1.1.2

  • Fixed bug with Scrollbar when showScrollbar=true

1.1.1

  • Added web example and code analysers

1.1.0

  • Added customBuilder #15

1.0.0

  • Fixed #7
  • Added Flutter 3.10 support
  • Added Dart 3 support

0.6.1

  • Migrate to a new repository name

0.6.0

  • Various fixes and improvements
  • Migrated to Sound null safety
  • Added SheetController
  • Added SimpleBounceOut

0.5.0

  • Added NNBD support
  • Fixed #70

0.4.1

  • Fixed #56

0.4.0

  • Added SheetListenerBuilder
  • Added liftOnScrollHeaderElevation and liftOnScrollFooterElevation fields.
  • Changed addTopViewPaddingOnFullscreen to avoidStatusBar
  • Added routeSettings field to showSlidingBottomSheet.

0.3.7

  • Added extendBody field
  • Various bug fixes

0.3.5

  • Added initialSnap field to SnapSpec.
  • Added maxScrollExtent field to SheetState.

0.3.4

  • Various bug fixes and performance improvements.

0.3.0

  • Added isDismissable option for the SlidingSheetDialog
  • Changed the closeSheetOnBackButtonPressed field to closeOnBackButtonPressed
  • Added body and parallaxSpec field for the SlidingSheet

0.2.12

  • Various bug fixes and performance improvements.

0.2.0

  • Changed the implemenation for bottom sheets.

0.1.0

  • Initial release