commit | 69af1b7460790fd74dabb199c10e38bf1205762c | [log] [tgz] |
---|---|---|
author | Greg Spencer <gspencergoog@users.noreply.github.com> | Mon Aug 20 12:17:49 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 20 12:17:49 2018 -0700 |
tree | b70f9c6ea63958836301d61363573fda7ca7abbd | |
parent | 3608e6ae87bdbc68ad236eedeeb2a29117bfb3d7 [diff] |
Fix version conflicts, verify publishability of packages in CI, Remove Travis (#729) This fixes a number of version resolution errors that would prevent these packages from building, and turn off Travis, since Cirrus now works. I also fixed a number of errors that would have prevented these packages from being published without warnings, and establishes a CI script that will verify publishability for any changed packages in a PR. For some examples, we were depending upon versions of other 1st-party plugins by using path: ../../<package>, which really isn't the right way to do things, so for those examples, they now depend on a published version. I bumped the version number of any packages that were modified, and updated their CHANGELOGs since the dependencies have changed. Also fixed a number of analyzer errors that somehow snuck in.
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.io/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.