847 Commits

Author SHA1 Message Date
cf96cba3c5 pigeon 1.4 (#188)
* fixed nullability in objc code for callback errors
* fixed nullability of nested types in dart
* added test that asserts the version in generated code headers is correct
2020-08-07 16:13:09 -07:00
7d26c62185 Add supported Luci builders for packages repo (#184)
* add luci try builders

* add readme

* add code to validate json contents

* remove json check dart

* use generic name
2020-08-05 17:09:10 -07:00
1586bc9429 fix: The blockquote content new-line letter should not be replaced. (#250) 2020-08-04 12:05:24 +10:00
35f090bc4a Bugfixes for MarkdownStyleSheet and textScaleFactor (#243) 2020-08-04 11:57:48 +10:00
b17bacc4f6 [Pigeon] Added an error message if a valid datatype used directly as a return type or argument (#185) 2020-07-31 15:27:14 -07:00
c9053f1fea [Pigeon] Added support for lists and maps in java and objc targets. (#186) 2020-07-31 13:07:04 -07:00
a4c2106d3b Prepare animations for 1.1.2 (#183) animations-v1.1.2 2020-07-28 12:20:27 -07:00
837b1a321d [animations] Remove copy of curves (#182) 2020-07-27 22:40:08 -07:00
7a165b214b A more detailed package description (#248) 2020-07-27 19:25:57 +10:00
fbceb5f084 Make package:e2e a relative reference (#2889)
* Make package:e2e a relative reference
2020-07-24 16:00:02 -07:00
987d168062 [animations] Ignore deprecated use of BottomNavigationBarItem.title (#180)
* ignore deprecated use of BottomNavigationBarItem.title

* empty commit to re run tests
2020-07-22 17:56:45 -04:00
af56836a87 added emoji support section to README (#245) 2020-07-17 07:01:25 +10:00
f78546c42f [google_sign_in] Bridge google_sign_in and googleapis. (#2824)
Introduce the first version of the `extension_google_sign_in_as_googleapis_auth` package.

This package lets users of the `google_sign_in` plugin to create an authenticated HTTP clients (from `googleapis_auth`) that can access any APIs from the `googleapis` package.
2020-07-13 17:32:57 -07:00
276e3931a2 Add support for render tags by user #2 (#241) 2020-07-06 15:48:34 +10:00
db35cc2a7d Update fuchsia_ctl version to 0.0.24. (#176)
* Update fuchsia_ctl version to 0.0.24.

Bug:
  fxb/55369.

* Force tests

* Force tests.

* Force tests.
2020-07-01 15:56:51 -07:00
57dc17057a Make fuchsia_ctl use device-finder instead of dev_finder. (#175)
Bug:
  fxb/55369
2020-07-01 12:38:05 -07:00
adafc4a8f3 [Pigeon] - updated the readme warning (#174)
* [Pigeon] - updated the readme

* responded to jenns feedback
2020-06-18 09:26:34 -07:00
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
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