Unverified Commit 291ee945 authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

AutocompleteCore (#62927)

A new widget that chooses an item from a list based on text input. Just the core widget, with Material and Cupertino versions to come.
parent 4b017b62
This diff is collapsed.
...@@ -23,6 +23,7 @@ export 'src/widgets/animated_switcher.dart'; ...@@ -23,6 +23,7 @@ export 'src/widgets/animated_switcher.dart';
export 'src/widgets/annotated_region.dart'; export 'src/widgets/annotated_region.dart';
export 'src/widgets/app.dart'; export 'src/widgets/app.dart';
export 'src/widgets/async.dart'; export 'src/widgets/async.dart';
export 'src/widgets/autocomplete.dart';
export 'src/widgets/autofill.dart'; export 'src/widgets/autofill.dart';
export 'src/widgets/automatic_keep_alive.dart'; export 'src/widgets/automatic_keep_alive.dart';
export 'src/widgets/banner.dart'; export 'src/widgets/banner.dart';
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment