flutter_sliding_box 1.1.5
flutter_sliding_box: ^1.1.5 copied to clipboard
A draggable flutter widget (like bottom sheet panel) that makes it easier to use a SlidingBox for all platform.
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
withBoxStyle
- Update
README.md
1.1.0 26 July, 2023 #
- Remove
context
- Rename
draggableIconEnabled
withdraggableIconVisible
- Rename
BoxStyle
withBehindBoxStyle
- Rename
boxUnderBox
withsheet
. New usage(style: BehindBoxStyle.sheet
) - Rename
boxShadow
withshadow
. 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 toBackdropAppBar
- Remove the
icon
widget fromSearchBox
- 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