Bring up new Windows test targets (#4311)
Uses the new generic plugins recipe to add a number of new Windows tests
that have recently gained tool support, but not yet added to the LUCI
builds:
- New targets:
- The "build all plugins" test (master and stable)
- UWP build tests (master only, since UWP is not on stable yet)
- Tool tests (master only with existing tool tests on Linux)
- Replacement versions of the existing builders but with names that
match the Cirrus naming to make the parallels in testing easier
to understand in the GitHub UI and configs.
- Modification of existing targets:
- Adds Windows native unit tests to the existing script.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.
The following plugins are also part of this repository, but are deprecated in favor of the Flutter Community Plus versions.
| Plugin | Pub | Replacement | Pub | |
|---|---|---|---|---|
| android_alarm_manager | android_alarm_manager_plus | |||
| android_intent | android_intent_plus | |||
| battery | battery_plus | |||
| connectivity | connectivity_plus | |||
| device_info | device_info_plus | |||
| package_info | package_info_plus | |||
| sensors | sensors_plus | |||
| share | share_plus | |||
| wifi_info_flutter | network_info_plus |