This is a demo in flutter using BLoC pattern
Read the doc for https://www.fruityvice.com/
First screen will have two bottom navigation options (Search, Fetch all)
-
Search will Show a Searchbar on typing it will give suggestions for the given input. Place a clear search button at the bottom of the searched results. Make sure that SearchBar, searchList and clear button scroll.
-
On tap of any item it will open Fruit Details screen which will show all details about the fruit
-
Click on 2nd bottom navigation option will fetch all the fruits and show them as a list
-
Appbar for the first screen will have a history icon on tap of this the will show all searched items for the current session.