334 Commits

Author SHA1 Message Date
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
32d0f564db [Pigeon] Added comment to opt out of nnbd for now (#209)
* [Pigeon] Added comment to opt out of nnbd for now.

* moved language directive
2020-09-21 15:22:59 -07:00
818c483124 [palette_generator]Fix PaletteGenerator.fromImageProvider region not scaled to fit image size. (#200) 2020-09-16 15:41:12 -07:00
18af7ba14e [Pigeon] fixed dart linter problem (#207) 2020-09-16 14:50:32 -07:00
93b81b5091 [imitation_game] added an android test (#196) 2020-09-09 11:02:08 -07:00
5c8e0ddb4a [pigeon] made support of array datatypes more complete (#202) 2020-09-08 16:59:08 -07:00
bbc94e1f50 [animations] Introduce layoutBuilder parameter to PageTransitionSwitcher (#170)
* Introduce layoutBuilder parameter for PageTransitionSwitcher
2020-09-04 07:05:27 +08:00
5ebfe49f87 [pigeon] Got the tests running in CI. (#198) 2020-08-21 13:24:19 -07:00
b687b999bd Loosen dependencies so that nullsafety versions are acceptable. (#199)
The strict dependencies were making it impossible to use in the plugins repo when combined with the nullsafety version of the process package.
2020-08-20 17:35:21 -07:00
bf86094ab1 [xdg_directories] Bump version to pick up recent changes (#197)
Also updated repo README.md file to include xdg_directories.
2020-08-19 18:49:23 -07:00
5b3c1f9735 [pigeon] Updated documentation in run_tests.sh and turned the ios unit tests back on. (#191) 2020-08-19 17:38:39 -07:00
0e4f776d65 [xdg_directories] Swap flutter dependencies out (#195)
I didn't notice a need to depend on flutter packages when they could be replaced with the more specific libraries. I opted to go for the latest versions.
2020-08-19 16:10:23 -07:00
2afb1b35c2 [xdg_directories] Apply missing test visibility annotation (#194)
Stumbled across the XDG directory library, and noticed something small.
2020-08-19 16:08:15 -07:00
d824e748e4 [imitatioin_game] Made the imitation_game start reporting its results in the README.md. (#193) 2020-08-18 15:54:09 -07:00
9072dd205f Added imitation game benchmarks (#181) 2020-08-15 00:02:00 -07:00
39cfb59184 Add enabled flag for try builders (#189)
* add enabled flag

* update doc
2020-08-13 10:47:12 -07:00
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
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
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
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