commit | 79dd06a1eb1d007844df812328a5414b0fe8db26 | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Wed Mar 10 12:51:12 2021 -0800 |
committer | GitHub <noreply@github.com> | Wed Mar 10 12:51:12 2021 -0800 |
tree | 2a28c9e52f1d563697933faed7d6d16b8e0810be | |
parent | d306f98fc13298bf2e0844a221bf699226700bd7 [diff] |
Streamline CI setup, and reenable macOS credits (#3697) This makes a few improvements to CI throughput: - Moves the flutter channel+upgrade step into each step, rather then doing it for both channels in the setup step. This avoids pointlessly doing twice the work in every setup (downloading two channels, only one of which will be used) - Re-enables credits for macOS tasks. These were disabled in a recent chance since I was unifying configurations, but it turns out that without credits there is *no* parallelization of macOS tasks, which makes the end-to-end time very long. - Dials back the Linux VM requirements based on looking at the new CPU and memory usage graphs for runs: - No task was ever reaching 4 CPUs or 12 GB of memory, so use those values for heavy workload; this will double concurrency of the heavy-workload tasks and should have no impact on run length. - Linux build+drive was extremely low usage, so move it to the light workload group.
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.
Issues pertaining to this repository are labeled “plugin”.
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.