You may get this error regardless you use Getx, BLoC or Riverpod with TypeAheadType plugin. TypeAhead plugin is used for search products or location.
With latest Flutter and TypeAhead update you need to use SingleChildScrollView to be wrapped around your TypeAheadType widget.
Wrap your TypeAheadField inside SingleChildScrollView and you would be good.