Relative Content

Tag Archive for fluttertypeahead

Flutter Typeahead Package giving error when using TypeAheadFormField

I have recently started with a Flutter project and using a tutorial to learn while working on it. I am getting an error: The method ‘TypeAheadFormField’ isn’t defined for the type ‘SellProductScreen’.
Try correcting the name to the name of an existing method, or defining a method named ‘TypeAheadFormField’. when using the Typeahead package. Another error in the next line is: The method ‘TextFieldConfiguration’ isn’t defined for the type ‘SellProductScreen’. I am trying to use it to get maps suggestions. Any help is appreciated.