- 13 Mar, 2016 1 commit
-
-
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
-
- 11 Mar, 2016 9 commits
-
-
Ian Hickson authored
flutter analyze test
-
Devon Carew authored
-
Adam Barth authored
AspectRatio should attempt to fit its height
-
Devon Carew authored
-
Phil Quitslund authored
Migrate flutter analyze config to options.
-
Adam Barth authored
If there's not enough height for the given aspect ratio, we now try to see if using the height to infer the width will fit the given constraints. The algorithm we use is similar to the one we use for RenderImage. Fixes #2620
-
Adam Barth authored
Update engine
-
Adam Barth authored
-
pq authored
More groundwork to get `analyze` and IDE output to agree. See: https://github.com/dart-lang/sdk/issues/25723
-