flutter-snap
flutter-snap copied to clipboard
An extensive snap tool/widget for Flutter that allows very flexible snap management and snapping between your widgets.
Here is the code using which I have implemented. ```dart SnapController( AnimatedContainer( height: !isInPipMode?MediaQuery.of(context).size.height: 100, ... ``` Now when the video is switched into the pip mode, the height of...
Hi Ali :) Thanks for this awesome package. I am using Snap with an expanding widget. (it has a shrink and an expanded state. Basically it does this with an...