- 14 Mar, 2016 29 commits
-
-
Hans Muller authored
Updated AppBar.copyWith parameter names
-
Phil Quitslund authored
More flutter analyze regexp cleanup
-
Hans Muller authored
-
Adam Barth authored
Add @override to starter template
-
pq authored
Runs clean on the repo. Moving ahead, we can manage exceptions via `.analysis_options` or specific source-level ignores.
-
Adam Barth authored
-
Ian Hickson authored
Add @override annotations to flutter framework
-
Hixie authored
-
Adam Barth authored
Improve error handling for ChildView outside MojoShell
-
Adam Barth authored
Stop using a prebuilt APK
-
Devon Carew authored
add more type annotations
-
Adam Barth authored
Instead, require an AndroidManifest.xml and always build an APK. Fixes #2517
-
Ian Hickson authored
Update .analysis_options to link to blocking bugs
-
Adam Barth authored
Now we should some placeholder error text in-band in checked mode. Fixes #2611
-
Adam Barth authored
[rename fixit] TwoLevelSublist left->leading, center->title
-
Hixie authored
Also, some minor cleanup in activity.dart, though much more is needed (see https://github.com/flutter/flutter/issues/2668).
-
Adam Barth authored
-
Devon Carew authored
-
Ian Hickson authored
Remove some more 'dynamic's
-
Hans Muller authored
Added AppBarBehavior.under, etc
-
Hixie authored
-
Hans Muller authored
-
Ian Hickson authored
Even more types
-
Ian Hickson authored
-
Devon Carew authored
change the description of the drive command
-
Devon Carew authored
misc tool ui changes
-
Devon Carew authored
-
Ian Hickson authored
-
Devon Carew authored
-
- 13 Mar, 2016 9 commits
-
-
Devon Carew authored
update a field ref in playfair
-
Devon Carew authored
-
Adam Barth authored
Execute rename fixit (Part 2)
-
Adam Barth authored
* justifyContent -> mainAxisAlignment * alignItems -> crossAxisAlignment * FlexJustifyContent -> MainAxisAlignment * FlexAlignItems -> CrossAxisAlignment Fixes #231
-
Adam Barth authored
Removes an LTR bias in DismissDirection. Fixes #2562
-
Adam Barth authored
* left -> leading (Removes an LTR bias) * center -> title (Widget was actually centered) * right -> actions (Removes an LTR bias, asymmetric with leading) Fixes #2348
-
Adam Barth authored
The terms "left" and "right" have an LTR bias. Instead, we now use "leading" and "trailing", for these list and grid decorations so that we can later rearrange them to match the reading order. Fixes #2540 Fixes #2548
-
Adam Barth authored
Fixes #2448
-
Adam Barth authored
Fixes #2353
-
- 12 Mar, 2016 2 commits
-
-
Devon Carew authored
rename the platform constants
-
Adam Barth authored
Execute rename fixit
-