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

Got error when i update child under the SlideablePanel #10

Open blessedfrau opened 2 months ago

blessedfrau commented 2 months ago

Hello, thank you for this package btw. I got this error when i postActions the widget SlideablePanel after i did setState in the child. 'package:flutter_slidable_panel/controllers/slide_controller.dart': Failed assertion: line 304 pos 12: 'layoutSize != null': is not true.

it when I debugged the code, at first it worked well but after i update other widget under the SlideablePanel (controller.layoutSize ) the layoutSize is reset to null.

Hope you could help , thank you.