- 14 Mar, 2016 1 commit
-
-
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 30 commits
-
-
Devon Carew authored
rename the platform constants
-
Adam Barth authored
Execute rename fixit
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
Adam Barth authored
Fixes #2233
-
Adam Barth authored
Fixes #1482
-
Adam Barth authored
Fixes #1382
-
Adam Barth authored
Fixes #1278
-
Devon Carew authored
-
Adam Barth authored
Fixes #774
-
Adam Barth authored
-
Adam Barth authored
Fixes #581
-
Adam Barth authored
Fixes #459
-
Adam Barth authored
Also, change the keys to be explicitly pointer ids. Fixes #202
-
Devon Carew authored
add an atom launch config to the starter app
-
Devon Carew authored
-
Devon Carew authored
fix a regression in adb forward
-
Devon Carew authored
-
Devon Carew authored
fix a launch issue when the user has deleted the app
-
Devon Carew authored
-
Ian Hickson authored
Enable always_specify_types lint
-
Hixie authored
And fix the zillion issues that uncovered.
-
Ian Hickson authored
Revert "Merge pull request #2639 from Hixie/always_specify_types"
-
Ian Hickson authored
This reverts commit f41b3411, reversing changes made to e33d8d96. This was a bad check-in due to my mangling uploading a new version of the branch from a different machine. This reverts https://github.com/flutter/flutter/pull/2639 and will be replaced by https://github.com/flutter/flutter/pull/2640
-
Ian Hickson authored
Almost enable always_specify_types lint
-
Ian Hickson authored
Enable strong mode again.
-
Hixie authored
And fix the zillion issues that uncovered.
-
Adam Barth authored
Handle the case of reparenting while updating children
-
Hixie authored
-
Adam Barth authored
Instead of trying to flush the detached children from the child list, we keep the set of detached children up to date and query on every read.
-
Devon Carew authored
show the error codes in flutter analyze --watch
-