433 Commits

Author SHA1 Message Date
c9c8e8f5f5 [animations] Handle DualTransitionBuilder name conflict with flutter/flutter (#173)
* 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
animations-v1.1.1
2020-06-18 09:45:38 +08:00
9d90dd3688 [pigeon] removed warnings from generated java code (#171) 2020-06-17 14:25:07 -07:00
f5f574e39d Remove brew dependencies (#172) 2020-06-16 18:05:24 -07:00
f22a1323c0 Fix typo of homepage url in pubspec.yml (#168) 2020-06-12 14:35:23 -07:00
37f99135de [pigeon] made nested classes that aren't referenced in the apis work (#169) 2020-06-12 13:59:01 -07:00
d9150ae8ef [palette_generator] Bump version before publish (#167)
Bumping the version because I forgot to do that in my previous change.
2020-06-03 17:10:17 -07:00
77f389c7a0 Use Diagnosticable instead of DiagnosticableMixin (#166)
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
2020-06-03 15:16:34 -07:00
60ef496b1e [animations] Prepare for 1.1.0 (#165)
* Update changelog and pubspec for new release
animations-v1.0.1 animations-v1.1.0
2020-06-02 09:31:00 -07:00
22cf8a98c5 [animations] Support for returning value from popped route (#153)
* Added support for returning value from popped route

* Example for `onClosed` added
2020-06-01 08:03:45 -07:00
7400380eae [animations] Migrate _getScrimColor to look for ColoredBox (#163)
* Fix _getScrimColor to look for ColoredBox post-migration
2020-05-27 13:12:10 -07:00
1df8f1e0b0 [animations] Fixed useRootNavigator to use correct Navigator size (#159)
* Fixed useRootNavigator to use correct size

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2020-05-27 12:14:13 -07:00
18b52ae7e4 [Pigeon]: version 0.1.0 (objc and testing features) (#152) 2020-05-27 11:14:22 -07:00
5f3e639497 Fix tests failing with timeouts. (#162)
This is because expect is not waiting properly for the async methods to
complete.
2020-05-26 15:55:21 -07:00
1dc5165f57 fixing OpenContainer comments (#161) 2020-05-26 10:33:05 -07:00
3d34e64da4 Introduce and migrate to DualTransitionBuilder (#160) 2020-05-26 10:32:20 -07:00
5ca63a2879 Add timeout to tar command and exit if it doesn't succeed. (#156)
* 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.
2020-05-14 08:23:15 -07:00
c41258ea35 started handling null correctly for setup methods in java (#155) 2020-05-13 13:51:04 -07:00
ed004de397 [animmations] Remove all TODOs upon new Flutter stable release (#151) 2020-05-08 10:34:17 -07:00
e58fd1198b [animations] handle open container dismissing currentState of null; (#126) 2020-05-07 17:13:51 -07:00
c19aef9203 [fuchsia_ctl] initial emulator support (#147) 2020-05-05 11:16:03 -07:00
caa67e098e Fix formatting to fix post-submit queue (#148) 2020-04-29 16:09:40 -07:00
054ec0075b Add support for core packages. (#140)
* 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.
2020-04-29 14:47:52 -07:00
1bfed234ae [animations] Add ability to use root Navigator with an OpenContainer (#125) 2020-04-29 14:44:32 -07:00
ed035d526b [Pigeon] added support for void argument functions (#145)
Also added nullability to objc and performed some other cleanup.
2020-04-24 16:21:36 -07:00
54d40cb160 [Pigeon] added iOS e2e tests and fixed dart style warnings (#143) 2020-04-24 09:36:12 -07:00
bf3f380582 [animations] Set FadeScaleTransitionConfiguration to configuration default value (#136)
* Set showModal configuration default FadeScaleTransitionConfiguration

Co-Authored-By: Shi-Hao Hong <shihaohong@google.com>
2020-04-23 09:15:59 -07:00
f5411da675 Fixed small typo in documentation for OpenContainer (#144) 2020-04-22 17:25:20 -07:00
ca3f0a82e1 [animations] added onClosed (#122) 2020-04-22 15:33:41 -07:00
8909df9d92 [Pigeon] renamed 'setupPigeon' to 'configurePigeon' (#142) 2020-04-21 09:24:17 -07:00
18298c6096 Add retries to fuchsia paving. (#139)
* Add retries to fuchsia paving.

Bug:
  https://github.com/flutter/flutter/issues/50246
  https://github.com/flutter/flutter/issues/54256

* Update version and changelog.
2020-04-19 09:08:16 -07:00
3328654228 Fix tests not being called (#128) 2020-04-14 13:37:45 -07:00
a4a42c548b Update package server to use the port file. (#137)
* 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.
2020-04-14 12:57:32 -07:00
3893390e76 Fix image_paver flaky test. (#138)
* 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.
2020-04-14 12:17:44 -07:00
30fef7c336 Fixes accessibility/tappability of the FAB in the FadeScaleTransition example (#135)
* Fix accessibility of FadeScaleTransition example using FAB
2020-04-13 09:36:24 -07:00
5859d7756c Several improvements to fuchsia_ctl. (#134)
* 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.
2020-04-10 21:20:24 -07:00
c35c226ec8 [animations] Add fillColor property to shared axis transitions (#133)
* Add fillColor property to shared axis transitions

* Update CHANGELOG.md
2020-04-10 11:28:13 -07:00
c4706c7591 Add const to FadeScaleTransitionConfiguration (#124) 2020-04-10 10:25:03 -07:00
a9d3ad022c [animations] fix prefer_const_constructors lint (#132) 2020-04-09 12:48:04 -07:00
9ead480a96 fuchsia_ctl: pub upgrade (#131) 2020-04-08 21:25:14 -07:00
c9c42d5089 update dockerfile to fix gpg & flutter format (#130) 2020-04-08 17:16:52 -07:00
2917af6c53 Move Windows icon (#127)
The Windows template is being restructured to have the runner code in a runner folder; this moves the icon to reflect that structural change.
2020-03-30 14:31:38 -07:00
c1a2bf88df [pigeon] removed warnings from Dart generated code (#123) 2020-03-24 13:12:02 -07:00
d410cebbf0 [Pigeon] added support for void return types (#121) 2020-03-23 10:18:08 -07:00
5cbb85023b [Pigeon] Fixed runtime exception with small values of int on Android. (#120) 2020-03-20 09:26:18 -07:00
bbdaf80fb1 [Pigeon] Fixed primitive datatypes for java. (#119)
* [Pigeon] Fixed primitive datatypes for java.
2020-03-19 13:21:23 -07:00
2463514772 Create flutter_template_images package (#118)
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.
2020-03-17 13:56:13 -07:00
1c614f6411 Adds xdg_directories package to access Linux well known director… (#117)
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.
2020-03-06 05:02:23 -08:00
2ffb4b77f6 chore: updating readme with available packages (#114) 2020-02-27 08:10:46 -08:00
ec316543f4 [pigeon] Added the ability for objc to return errors. (#113) 2020-02-26 16:08:43 -08:00
362dde396b [pigeon] Made sure that you can nil out the message handler (#112) 2020-02-25 12:38:27 -08:00