I am trying to use the plugin
_launchURL(url) async {
await launch(\"www.google.com\");
}
I have put \"www.google.com\" just for debuggi
Had problem while using flutter toast dependency and dependencies like facebook_login. I followed these steps and resolved it:
In my case, I followed the above steps and found that problem was in facebook dependency. Finally, I found that I did not provide details of my app at facebook developer console. So implemented that and my app was fine.