flutter-autocomplete-textfield icon indicating copy to clipboard operation
flutter-autocomplete-textfield copied to clipboard

Method 'call' was called on null

Open Chimbi opened this issue 5 years ago • 2 comments

This error let the Widget work but continues to appear on the log screen: Another exception was thrown: NoSuchMethodError: The method 'call' was called on null.

Chimbi avatar Jun 23 '19 17:06 Chimbi

add onFocusChanged: (hasFocus) {}, it should fix the problem

onlinecheckwriter-zz avatar Jun 23 '19 23:06 onlinecheckwriter-zz

I'm going to need more information to be able to look into this, try including the code that was running at the time and output from the console.

felixmccuaig avatar Jun 24 '19 11:06 felixmccuaig