victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 40 forks source link

Uses or overrides a deprecated API. #32

Open uitlaber opened 3 years ago

uitlaber commented 3 years ago

I get error

flutterwebbrowser\FlutterWebBrowserPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
SemicolonCG commented 3 years ago

yes same here.

xamantra commented 3 years ago

Normal. It's not actually an error but more like a "warning". The app will build and run fine in both profile, debug and release mode. You can ignore that. It's not just this plugin that gives that warning but loads of flutter plugins has the same issue and most people just ignore them. I vote to close this issue.