I am in new Flutter development, what I want to implement is : To post data to the server from A screen, and wait for the response in B screen
example: When a user types the words/keywords in the Search Page, I want to make a POST request and wait for the response of that request in the Result Page
I am using library: https://pub.dev/packages/http