commit | 05c6d01ce3b251f4fa14016e9c07762bd2298602 | [log] [tgz] |
---|---|---|
author | Sebastian Roth <sebastian.roth@gmail.com> | Thu Aug 15 16:51:01 2019 +0100 |
committer | Amir Hardon <amirh@users.noreply.github.com> | Thu Aug 15 08:51:01 2019 -0700 |
tree | 1a6542f5cd11d0795553a1c7281b9ee2cff19ea5 | |
parent | 759375a6834efe57cb315b7fc8e008ed87ee746a [diff] |
[webview_flutter] Remove warnings regarding iOS9 SDK methods (#1976) Including the webview_flutter plugin currently creates a few warnings rgd. methods not being available on iOS9 and so forth. It may be personal taste, but I find them distracting - and technically the method is not really protected by the @available block so it will be useful to move the code back into it. The plugin also migrates the example project files to the latest Xcode recommendation which removes compilation warnings as well. After this PR, the compiler warnings for the webview_example are gone completely:
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.dev/platform-plugins/.
These plugins are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.
These are the available plugins in this repository.
Learn more about FlutterFire.