SimonWang9610 / flutter_slidable_panel

A high-performant slidable panel for Flutter.
https://pub.dev/packages/flutter_slidable_panel
MIT License
3 stars 1 forks source link

fix issue 5 #6

Closed SimonWang9610 closed 1 year ago

SimonWang9610 commented 1 year ago

When the slide panel is closed/dismissed, the pre and post actions will not be laid out.

However, their elements have been mounted but cannot trigger markNeedsSematicsUpdate(), as they are never laid out once.

See https://github.com/SimonWang9610/flutter_slidable_panel/issues/5