We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d22d1 commit dac9493Copy full SHA for dac9493
lib/widgets/nutrition/widgets.dart
@@ -81,7 +81,6 @@ class _IngredientTypeaheadState extends State<IngredientTypeahead> {
81
? CircleAvatar(backgroundImage: NetworkImage(url! + suggestion['data']['image']))
82
: const CircleIconAvatar(Icon(Icons.image, color: Colors.grey)),
83
title: Text(suggestion['value']),
84
- subtitle: Text(suggestion['data']['id'].toString()),
85
);
86
},
87
transitionBuilder: (context, suggestionsBox, controller) {
0 commit comments