iluvgy
Results
1
comments of
iluvgy
Got the same error, managed to solve it by moving the controller declaration outside the build method. From ``` @override Widget build(BuildContext context) { HtmlEditorController controller = HtmlEditorController(); ``` to...