flutter_sliding_up_panel
flutter_sliding_up_panel copied to clipboard
A sliding up panel widget.
``` The following assertion was thrown while dispatching notifications for SlidingUpPanelController: AnimationController.animateTo() called after AnimationController.dispose() AnimationController methods should not be used after calling dispose. 'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 533 pos...
I am using this package, and it is giving me the following error, when run my project: `: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null....
Hello, I'me developing an app on a Xiaomi Mi 9T and using the anchor value of 0.3 for the panel. The positioning is perfect and the behavior is as expected....
fix dependencies information
It would have been better to have an initial height parameter in the arguments. If the user specifies the `initialHeight` argument, the Slding up panel with that Height. Otherwise, it...
Tell me, is it possible to change the direction of the panel from top to bottom? Thanks for your job!