- 22 Mar, 2016 2 commits
-
-
Hans Muller authored
-
Chinmay Garde authored
Use the artifacts store for iOS assets
-
- 21 Mar, 2016 34 commits
-
-
Jason Simmons authored
Update engine.version to get the ApplicationMessages interface
-
Chinmay Garde authored
-
Jason Simmons authored
-
Chinmay Garde authored
Dont differentiate between ios_arm and ios_x64 in flutter_tools
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
don't wait for the observatory if the app didn't start
-
Chinmay Garde authored
Bump engine revision and ensure the Xcode project setup expects assets at the archive root.
-
Phil Quitslund authored
Remove `analyze` tear-off regexp.
-
Chinmay Garde authored
-
Adam Barth authored
Scrollable sometimes pushes frames forever
-
Andrew Wilson authored
Update engine.version
-
Hans Muller authored
Fix _LazyWidgetProvider indexing, move Ali Connors
-
Adam Barth authored
We were setting a negative velocity tolerance, which never triggered because we assume tolerances are positive numbers. Now we use a positive tolerance and assert to catch this case in the future. Fixes #2765
-
Hans Muller authored
-
Adam Barth authored
Allow customizing of Switch thumbs
-
Andrew Wilson authored
-
pq authored
In the spirit of https://github.com/flutter/flutter/issues/1220, remove the tear-off regexp in favor of in-line suppressions (if needed).
-
Adam Barth authored
Fixes #2621
-
Hans Muller authored
Flexible AppBar with a TabBar
-
Adam Barth authored
Improve error message when ChildView lacks a MediaQuery
-
Hans Muller authored
-
Devon Carew authored
refactor; fix apk warning
-
Devon Carew authored
add support for a FLUTTER_DEV env var in the flutter script
-
Devon Carew authored
-
Adam Barth authored
Fixes #2662
-
Devon Carew authored
Update FlutterPlugin.groovy
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
Provide more documentation for MojoShell
-
Ian Hickson authored
As usual, as I was doing this I ran into some stuff that seemed hard to document as-is and so I changed it. In this case, in the "http" library. The new code is more or less equivalent, I think, but the resulting documentation makes it more obvious that it's wrong...
-
Ian Hickson authored
Refactor cassowary so it uses imports rather than parts.
-
Ian Hickson authored
Improve flutter create help text.
-
Ian Hickson authored
-
Ian Hickson authored
Also misc cleanup: - reorder members to be more consistent and fit the style guide - remove use of _Pair - made Variable.applyUpdate and Variable.owner public - added docs to Priority, tweaked the code a bit - added some docs to Result - removed the internal-error Result (replaced with asserts) - removed unused Results - made Result const - merged some files together since they had used privates a lot I'm sorry this is completely unreviewable. I did the move from `lib/*` to `lib/src/*` first, then did the `part`-to-`import` change, and then found out how many of the files involved privates, which I wasn't expecting. I can redo this as multiple commits if that would make it easier to review.
-
- 19 Mar, 2016 4 commits
-
-
Ian Hickson authored
Track metrics for RepaintBoundary.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/475
-
Devon Carew authored
Update the groovy build example.
-
Andrew Wilson authored
Refactor CheckedModeBanner into something more reusable.
-