827 Commits

Author SHA1 Message Date
332ecfa8d9 add Dart sdk constraint for null safety (#7) 2020-11-06 12:39:14 -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
495af634bb Release paperwork for v0.5.0 (#292) 2020-10-21 13:31:32 +11:00
f01504ed99 Fixed table last row empty bug (#296) 2020-10-21 12:34:01 +11:00
cb4a890376 add empty text child for a if [](https://...) is provided (#295) 2020-10-21 12:33:10 +11: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
878c10acf9 Update android sdk version to 29 for all mobile plugins. (#3042) 2020-10-14 13:15:01 -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
2a96a2d0ea Upgrading to markdown v3.0.0 (#291) 2020-10-13 10:21:30 +11:00
4da6a9ce2f Add compressionState to mock to avoid test failure (#290)
A recent change to the Dart SDK will throw an exception if a null value is passed to an exhaustive switch statement on a non-nullable enum type.
(see dart-lang/sdk@2414b29)

Add `compressionState` to mock so that the tests don't fail when the Dart changes are released.

Related issue: https://github.com/flutter/flutter/issues/66674
2020-10-13 10:20:08 +11: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
62b83c7921 added full md link support and gfm link tests (#288) 2020-10-08 10:26:50 +11:00
50c8aed4fa Update README.md to fix emoji support section (#287) 2020-10-08 10:24:48 +11: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
61db823747 add text as parameter of onTapLink (#275) 2020-10-05 22:19:01 +11: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
b5ba6edd33 flutter pub upgrade (#285) 2020-09-29 19:07:48 +10:00
5c11536c85 Upgrading pre 1.12 Android project (#284) 2020-09-29 08:58:22 +10: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
698ca3c30f Add deprecation suppression for plugins marked with -Werror (#3072) 2020-09-23 00:51:25 -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
c3e6d356f6 Fix leading space bug and add line break tests (#280) 2020-09-14 08:31:35 +10:00
668d7fa3a1 Emphasis tests based on CommonMark and GitHub Flavored Markdown Specs (#277) 2020-09-11 07:10:31 +10: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
406ad22fc6 Add overview and resource info to README (#268) 2020-09-05 08:50:22 +10:00
c1300810e9 Organize Tests Into Discrete Units (#272) 2020-09-05 08:49:06 +10:00