I am developing a flutter project and i want to open a Url using an in-app browser when a button in clicked. I don't want the browser to leave the flutter application. What are the possible ways to do this?
Thank you in advance.
CodePudding user response:
What you are looking for is called a Webview.