Fix 'publish' and 'test' failures (#346)

Enabling the new publishing checks was done in a PR that touched at
least one package, so didn't actually run on the whole repo, causing
post-submit breakage.

This fixes the publish errors:
- Corrects a version mismatch in fuchsia_ctl and standardizes the format
  it uses for listing recent versions.
- Removes all pre-release SDK requirements now that null safety is
  stable.
- Fixes a publish warning about the use of 'docs' rather than 'doc' in
  pigeon.

It also fixes the test in error in bsdiff by reverting #342 and fixing
it correctly. That change was completely wrong, but CI didn't catch it
since it wasn't running any tests for third_party/packages/ yet.
14 files changed
tree: df3773aafdc79b85f4e210cb692c85c999a22c2d
  1. .ci/
  2. .github/
  3. dev/
  4. packages/
  5. script/
  6. third_party/
  7. .cirrus.yml
  8. .gitattributes
  9. .gitignore
  10. .metadata
  11. analysis_options.yaml
  12. AUTHORS
  13. CONTRIBUTING.md
  14. customer_testing.bat
  15. customer_testing.sh
  16. LICENSE
  17. README.md
README.md

Flutter Packages

Build Status

This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages directory to see all packages.

These packages are also available on pub.

Issues

Please file any issues, bugs, or feature requests in the main flutter repo.

Contributing

If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.

If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.

Packages

These are the available packages in this repository.

PluginPub
animationspub package
css_colorspub package
extension_google_sign_in_as_googleapis_authpub package
fuchsia_ctlpub package
flutter_markdownpub package
multicast_dnspub package
palette_generatorpub package
pigeonpub package
pointer_interceptorpub package
xdg_directoriespub package