commit | be04f32751606144265a9c9390fd34f2ff24e9af | [log] [tgz] |
---|---|---|
author | Amir Hardon <amirh@users.noreply.github.com> | Tue Dec 10 13:15:02 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 10 13:15:02 2019 -0800 |
tree | dba475db9cbb6aa51056de10a3de5c98a781bfd2 | |
parent | 661d298b89acfe843e6ad47371af01ac354f4398 [diff] |
Add a plugin_platform_interface package (#2348) Adds a package with a common base class for platform interface. The PlatformInterface class provides common functionality for enforcing that platform implementations extend the platform interface with extends rather than implement it with implements. This is based on the existing code from the url_laucher_platform_interface, and the improvements proposed in #2326
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.