add integration tests and update README
This commit is contained in:
@@ -183,6 +183,7 @@ class _FilamentWidgetState extends State<FilamentWidget> {
|
||||
_resizeTimer?.cancel();
|
||||
|
||||
_resizeTimer = Timer(Duration(milliseconds: 500), () async {
|
||||
print("Resizing to $newSize");
|
||||
await widget.controller
|
||||
.resize(newSize.width.toInt(), newSize.height.toInt());
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||
|
||||
Reference in New Issue
Block a user