Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 814 Bytes

File metadata and controls

13 lines (10 loc) · 814 Bytes

Terms of reference

Create Flutter application written on Dart programming language.

Requirements

  1. App should contain one screen with a list of recipes
  2. Recipes should be retrieved via network from this URL
  3. 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.
  4. UI sample is on the image below (feel free to choose theme colors)
  5. Would be a plus to implement list elements ascending ordering using id from the response
  6. Implemented task must be shared via Github

UI sample