- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 12 Jun, 2018 1 commit
-
-
Hans Muller authored
-
- 11 Jun, 2018 1 commit
-
-
Greg Spencer authored
Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax. Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml. No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
-
- 09 Jun, 2018 1 commit
-
-
Hans Muller authored
-
- 08 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 07 Jun, 2018 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 06 Jun, 2018 1 commit
-
-
Michael Goderbauer authored
Fixes #18145.
-
- 05 Jun, 2018 2 commits
-
-
Hans Muller authored
-
Alexandre Ardhuin authored
-
- 04 Jun, 2018 1 commit
-
-
Tran Huy Phuc authored
* TextFormField/TextField - remove spaces in character counter(follow material design guidelines)
-
- 01 Jun, 2018 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 31 May, 2018 1 commit
-
-
Ian Hickson authored
-
- 30 May, 2018 4 commits
-
-
Jonah Williams authored
-
Greg Spencer authored
Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) This reverts commit 32586020.
-
Greg Spencer authored
Fixes #18028 Just changes typedef declarations, no logic changes.
-
Michael Goderbauer authored
-
- 26 May, 2018 1 commit
-
-
Jonah Williams authored
-
- 25 May, 2018 1 commit
-
-
Michael Goderbauer authored
Fixes #17801.
-
- 24 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 23 May, 2018 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 22 May, 2018 1 commit
-
-
Hans Muller authored
-
- 21 May, 2018 1 commit
-
-
Hans Muller authored
-
- 18 May, 2018 1 commit
-
-
Greg Spencer authored
This optimizes the AnimatedSwitcher so that it tags the right widget with its keyed subtree, and avoids rebuilding the transition unnecessarily. This significantly improves the performance of Chips (which uses AnimatedSwitcher to swap out it's avatar and delete icon children).
-
- 16 May, 2018 2 commits
-
-
Hans Muller authored
restored https://github.com/flutter/flutter/pull/17496 restored https://github.com/flutter/flutter/pull/17580
-
-
- 15 May, 2018 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
This reverts commit ee019c0b.
-
Hans Muller authored
-
- 14 May, 2018 2 commits
-
-
Greg Spencer authored
Take into account the subtitle height when adjusting the height of the widget. Added a test.
-
Hans Muller authored
-
- 11 May, 2018 1 commit
-
-
Greg Spencer authored
This fixes #17169 by adding onChangeStart and onChangeEnd to the slider. These will be called when the user starts a change, and when they end a change, regardless of whether that change is a tap or a drag. These differ from onChanged, in that they only report when the user starts and ends an interaction, not at every slight change.
-
- 10 May, 2018 2 commits
-
-
Greg Spencer authored
Before this change, if you specified a non-null textTheme, but the theme you specified didn't have a body2 defined, then creating a ChipTheme would assert (which means creating a ThemeData would fail). This adds handling for this corner case to default to reasonable values in that case. The slider had the same problem, but for accentTextTheme, so I fixed that too. While I had the patient open, Hans and I noticed that TextTheme.merge wasn't doing the right thing in the case where some members were null either, so I fixed that, and added some examples, since merge/copyWith are common operations that are not always well understood. Fixes #17251
-
Ian Hickson authored
-
- 09 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 04 May, 2018 2 commits
-
-
Hans Muller authored
-
Michael Goderbauer authored
-
- 03 May, 2018 1 commit
-
-
Chris Bracken authored
Revert longPress/Tap and Gallery changes
-