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.
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.