Navigate and pass data to the detail screen.
Read moreHow do you post data to URL in flutter Webview?
encode(“firstname=Foo&lastname=Bar”)); controller. postUrl(url: Uri. parse(“https://example.com/my-post-endpoint”), postData: postData); where the postData is the Body of the request in x-www-form-urlencoded format.
Read moreHow do you use data pass in flutter?
Flutter Passing data between screens – send data to another page
Read more