In the code-block in Creating a Provider section, in the getter, instead of writing return [..._recipes] you can simply write return _recipes since there are no other elements it is combined with, so there is no necessity to use the spread operator.
Prateek Aher
Flutter | Dart | Golang | Software Development