Stack_OverFlow_Mock
- Flutter App to show search results from stack overflow APIs.
- Results are listed in the flutter listview widget.
- Each card item should have detailed information and images. Also all tag information should be displayed by using the chip widget.
- When tapping on the card to show/open the appropriate url in the webview.
- On the main page, users search and get results by using the search box.
- List out all the items into a listview with details. Tag information should be in the chip widget.
- When tapping on a card to open a webview and load the details url link.
- When tapping on chips(tag) fill it in the search box and fetch results based on the filled tag.