Create Flutter application written on Dart programming language.
- App should contain one screen with a list of recipes
- Recipes should be retrieved via network from this URL
- App bar must contain an app name and a search icon. Use Icons class to add the icon. There is no need to handle search icon click.
- UI sample is on the image below (feel free to choose theme colors)
- Would be a plus to implement list elements ascending ordering using
idfrom the response - Implemented task must be shared via Github
