358 Commits

Author SHA1 Message Date
0e3e175beb Allow tests to override GCP project id. (#276) 2021-01-28 14:23:59 -08:00
796fb1b38d [xdg_directories] Migrate xdg_directories to nnbd (#275) 2021-01-28 13:48:09 -08:00
19a09aaaa3 Added - in pull request template (#274) 2021-01-28 00:13:41 -08:00
612f7220d5 Add maskable icons to improve lighthouse score (#259) 2021-01-27 14:45:14 -08:00
0007a145dc Allow LegacyFlutterDestination to specify project (#271)
So we may use the service account from one project to write into the
datastore of another project.

Eventually, we'll remove all datastore related code and
LegacyFlutterDestination so this will only be a temporary solution
during our transition.
2021-01-27 13:20:14 -08:00
f2f7de2f31 Fix typo in pigeon's CHANGELOG.md (#262) 2021-01-27 13:05:28 -08:00
f3e92fded0 Merge NNBD branch into master (#270) animations-v2.0.0-nullsafety.0 2021-01-27 12:55:35 -08:00
1c7d23bdbe Fix integration_test dependency (#272)
This should fix the "submit-queue" CI test which now times out during
analyze.
2021-01-27 12:16:06 -08:00
2e3dea9e04 FlutterDestination writes into GCS (#269)
For now, we also preserve the datastore writing. We'll eventually remove
the datastore writing.
2021-01-26 14:00:30 -08:00
1c98c73696 Create PULL_REQUEST_TEMPLATE.md (#267)
This makes this repo match our other major repos.
2021-01-24 13:23:13 -08:00
ca4992ecd0 Import metrics_center (#268) 2021-01-22 16:19:34 -08:00
9b3839cc25 [pointer_interceptor] Migrate RaisedButton to ElevatedButton (#266)
RaisedButton was deprecated recently
pointer_interceptor-v0.8.0+2
2021-01-20 16:21:47 -08:00
b0af30af72 Fix OpenContainer source(closed) widget staying hidden when the OpenContainer route is removed when the OpenContainer route is pushed from a different Route (#260)
* Fix issue where the CloseContainer widget stays hidden when the OpenContainer route is popped
2020-12-31 09:56:39 +08:00
71dbbdfb5d [pointer_interceptor] Fix README for pub.dev (#258)
Tweak the README.md slightly so it renders better in pub.dev (which seems to be completely removing the center tag).
pointer_interceptor-v0.8.0+1
2020-12-16 16:54:33 -08:00
1c117bb321 [web] Add PointerInterceptor widget (#256)
The widget can be used as a wrapper of any widget that is overlaid on top of a platform view, so it can handle clicks "as expected".

More info about usage and testing in the corresponding READMEs!
pointer_interceptor-v0.8.0
2020-12-16 15:40:38 -08:00
2f20ec2108 updated version to 0.1.17 (#255) 2020-12-10 15:14:11 -08:00
1313c8048c Move test support logic out of the default Dart output. (#246)
This will allow us to move the mock logic out of the core framework.
2020-12-10 13:29:49 -08:00
3e9c51d1ff [animations] add routeSettings option to OpenContainer (#240)
* [animations] add routeSettings parameter to OpenContainer

* add name to AUTHORS
2020-12-07 09:37:01 +08:00
d881fbeb37 [pigeon] Fixed running with Dart versions with NNBD enabled (moved import). (#251) 2020-11-30 10:21:27 -08:00
6cd84e20d9 [pigeon] added dart version annotations until pigeon is migrated (#243) 2020-11-12 15:22:33 -08:00
9385fb83e0 [fuchsia_ctl] try to fix tree by adding dart version annotations (#244) 2020-11-12 14:51:09 -08:00
181c5d1f3c Fix tree by setting SDK bounds for palette_generator example (#242) 2020-11-12 09:34:24 -08:00
65f434f212 Better error messages in web_benchmarks (#239)
* better error messages
* bump version to 0.0.2
2020-11-03 16:07:02 -08:00
4f74caf30a Add publish_to: none to animation example (#237) 2020-10-30 09:11:22 -07:00
c92b77d937 Add a newline to LICENSE. (#236) 2020-10-29 20:32:09 +01:00
5297d1d857 move and clean-up web_benchmarks package to flutter/packages (#232)
* move web_benchmarks package to flutter/packages + clean-up
2020-10-28 17:52:15 -07:00
15c9d62728 fix analysis warnings in imitation_game (#234) 2020-10-23 19:50:07 -07:00
85135ddad0 [pigeon] fixed windows across multiple drives (#233) 2020-10-23 13:37:43 -07:00
4e89dd0b12 pigeon: fixed windows execution by using posix path imports (#230) 2020-10-19 18:57:39 -07:00
c4e9a08401 sorted pub dependencies (#231) 2020-10-19 17:22:36 -07:00
1a3ef3390e Flush logger IOSink. (#229)
If we are writing to a file sometimes the content is incomplete because
not all the output has been written to the file.

Bug:
  https://github.com/flutter/flutter/issues/67942
2020-10-16 14:37:59 -07:00
d6a5498d0d Replace amberctl with pkgctl. (#228)
Bug:
  https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=61329
2020-10-16 10:21:01 -07:00
d94c3ef166 Stream logs to file using process.start. (#227)
* Stream logs to file using process.start.

Fuchsia_ctl currently uses process.run to run commands this forcs the
tool to wait until the process completes to collect the results.

* Fix format.

* Address codereview comments.

* Remove pedantic from deps.

* Fix format issues.
2020-10-15 20:36:56 -07:00
0418a01863 Updated obsolete button references (#226) 2020-10-14 10:28:28 -07:00
b431cd9d34 [Pigeon] incremented version so we can publish the last commit (#224) 2020-10-14 10:11:14 -07:00
312cf28aaf upgraded cirrus mac image (#225) 2020-10-13 19:03:07 -07:00
0879505113 Fix: #67586 wrapped exception causes assert in PlatformException (#219) 2020-10-13 16:40:02 -07:00
c2c4b33293 Migrate to ScaffoldMessenger (#223) 2020-10-12 18:28:20 -05:00
5026d61840 [pigeon] added null safety flag for dart (#222) 2020-10-12 10:31:28 -07:00
6ea4cd0124 [pigeon] updated example page (#221)
* pigeon - updated the examples tab

* fixed version number
2020-10-09 13:02:43 -07:00
2d1e3968a6 Sort example pubspec deps alphabetically (#220) 2020-10-08 15:29:46 -07:00
2275190fe6 Open container: fade through color tween (#192) 2020-10-07 15:14:48 -07:00
2f62e55889 Use of label field in animations example (#205) 2020-10-07 14:55:53 -07:00
e059cecae8 Remove gauge (#217)
It's now replaced by https://github.com/flutter/engine/pull/18752
2020-10-06 14:33:25 -07:00
4e11063109 [pigeon] Fix on Windows (#216) 2020-10-06 09:29:07 -07:00
97c16d5c72 Pigeon : Support for asynchronous methods/Functions (#201)
(Android only currently)
Co-authored-by: Aaron Clarke <aaclarke@google.com>
2020-09-29 15:57:43 -07:00
639d6156b4 Remove unused dart:async import (#211)
Since Dart 2.1, Future and Stream have been exported from dart:core
2020-09-28 13:59:20 -07:00
4b576c0da9 [pigeon] Added test and fixed bug where running without arguments would crash. (#212)
* Added test and fixed bug where running without arguments would crash.

* removed extra code

* removed assert
2020-09-25 18:14:43 -07:00
306bc50006 [pigeon] switched to using isolates instead of subprocesses to run pigeon_lib (#210) 2020-09-25 16:02:15 -07:00
8b9e8eee88 [pigeon] support nested value in @FlutterApi for --java_out, just like what objc does. (#204) 2020-09-23 08:17:50 -07:00