646dc426fc
Release 0.4.2 paperwork ( #234 )
2020-06-16 11:09:29 +10:00
c1f3a40151
Added support for multiple line breaks ( #235 )
2020-06-15 18:30:12 +10:00
80b982a386
Fix baseline in lists ( #170 )
2020-06-13 22:15:15 +10:00
e7178d5979
Parsing image caption & alt ( #232 )
2020-06-13 22:07:48 +10: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
629c0a55c2
Drop author from pubspec, flutter format ( #230 )
...
* Drop author from pubspec (it's deprecated)
* flutter format
2020-05-28 06:57:28 +10: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
8b5f65300f
Release paperwork ( #229 )
2020-05-27 10:16:24 +10: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
8d64935a53
Downgraded flutter version to 1.17.0 ( #228 )
2020-05-26 22:11:47 +10:00
5305aae17f
Version 0.4.0 release paperwork ( #223 )
2020-05-20 10:12:34 +10:00
24066c45ec
#201 fix for hr (horizontal rule) when alongside other markup ( #216 )
2020-05-19 15:37:34 +10:00
2ae7b6080a
Newlines within a paragraph should be ignored ( #218 )
2020-05-19 15:35:15 +10:00
0404382f44
Update deprecated TextTheme TextStyle references ( #222 )
2020-05-19 15:19:01 +10: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
2d6f76820a
Bump version to 0.3.5 ( #213 )
2020-04-19 08:09:21 +10:00
4ddaca071a
Fix hardcoded colors and improve Darktheme ( #210 )
2020-04-17 09:58:16 +10: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