flutter/examples/api/test/material/autocomplete
Justin McCandless f6f5bb9023
Fix bug in Autocomplete example (#127219)
This example was incorrectly throwing away results from a query when multiple queries were pending at once.   Thanks to @sun-jiao in https://github.com/flutter/flutter/pull/127019#issuecomment-1552347037 for pointing this out.

I also added a quick  `Text` widget explaining what to do to use the examples.  Since there are only three small possible `options`, it's easy to type into the field and not get any results and wonder what's wrong.
2023-05-22 16:55:21 +00:00
..
autocomplete.0_test.dart Autocomplete async examples (#126283) 2023-05-17 09:46:26 -07:00
autocomplete.1_test.dart Autocomplete async examples (#126283) 2023-05-17 09:46:26 -07:00
autocomplete.2_test.dart Autocomplete async examples (#126283) 2023-05-17 09:46:26 -07:00
autocomplete.3_test.dart Fix bug in Autocomplete example (#127219) 2023-05-22 16:55:21 +00:00
autocomplete.4_test.dart Autocomplete async examples (#126283) 2023-05-17 09:46:26 -07:00