* Handle DualTransitionBuilder conflict with flutter/flutter
Require animations package to use internal version of DualTransitionBuilder to avoid conflicts with flutter/flutter\'s recently merged copy of DualTransitionBuilder'.
* Update changelog and pubspec.yaml
Now that Diagnosticable in Flutter's stable release is a mixin, use that instead, since DiagnosticableMixin will be going away. The two mixin classes are identical, so there should be no change in functionality.
In anticipation of flutter/flutter#50498
* Add timeout to tar command and exit if it doesn't succeed.
Also remove the verbose option of the tar file to improve speed.
Bug:
https://github.com/flutter/flutter/issues/57176
* Add tests and reduce timeout to 5 mins.
* Add support for core packages.
Tests sometimes fail because they can't find packages from the core
images.
* Support test files ending in -0.far and .far files.
* If packages directory is passed then use pm from the same folder.
* Update package server to use the port file.
This is to simplify the package server removing the logic to get the
port from stdout.
https://github.com/flutter/flutter/issues/43285
* Add missing dash to flag.
* Import path with path alias.
* Fix image_paver tests flake.
The flake was caused because the async pave method was call without an
await.
* Force the mock to return a future instead of null.
* Several improvements to fuchsia_ctl.
* Adds timeouts for paving process.
* Adds timeouts to ssh commands and tests.
* Support to generate authorized_keys with existing pub key.
* Add flags to pass public key to pave subcommand.
https://github.com/flutter/flutter/issues/54416
* Link CLI flags to command implementations.
* Enables command help.
* Address code review comments.
Contains images used in 'flutter create' templates, to avoid needing to
check them into flutter/flutter where they will permanently inflate the
repo size.
Currently only contains the Windows app icon, since existing template
icons are already part of the Flutter repository. Future template
images, including changes to the existing images, should live here
instead.
xdg_directories is a package that allows access to the directory values managed by xdg on Linux systems.
It makes it easier to write other packages that need to know where Linux directories like "Documents" and "Desktop" are.