sliding_up_panel_custom
IMPORTANT: This is a fork of this with some new features. The goal is to keep it up to date with Dart language changes. If you have any suggestions for improvement, I will be glad to see you in pull requests.
A draggable Flutter widget that makes implementing a SlidingUpPanel much easier! Based on the Material Design bottom sheet component, this widget works on both Android & iOS.
Differences
Main differences from the previous sliding_up_panel version:
- PanelController notify listener
- You can change the max height of the panel
- onAttached callback
- onPanelMaxHeightUpdated callback
Installing
Add the following to your pubspec.yaml file:
dependencies:
sliding_up_panel: ^2.1.1+1
How to use
Visit this to see detailed information on how to use this plugin