- 09 Feb, 2016 7 commits
-
-
Adam Barth authored
We now have a resizer and close button. Also add some shadows and launcher buttons.
-
Adam Barth authored
Actually populate the view host proxy
-
Adam Barth authored
-
Ian Hickson authored
Add a "SLOW MODE" banner in checked mode
-
Adam Barth authored
Remove ParentData#merge
-
Hixie authored
-
Adam Barth authored
There aren't any clients anymore. Fixes #1684
-
- 08 Feb, 2016 10 commits
-
-
Chinmay Garde authored
Use the same flags as Android on iOS while starting on the simulator
-
Chinmay Garde authored
-
Adam Barth authored
Now that the engine lets us take the view host handle, we can actually access the view host from Dart.
-
Devon Carew authored
start the simulator with -arch x86_64
-
Devon Carew authored
-
Chinmay Garde authored
iOS Sim: Wire in launch arguments to simctl
-
Chinmay Garde authored
-
Ian Hickson authored
Remove some redundant words.
-
Collin Jackson authored
Make flutter create generate a manifest that is similar to SkyShell.apk, fixes #1587
-
Collin Jackson authored
-
- 06 Feb, 2016 16 commits
-
-
Devon Carew authored
General flutter_tools refactoring
-
Devon Carew authored
remove the device factory methods as well as the device cache
-
Devon Carew authored
two fixes for checked mode
-
Devon Carew authored
add a dev mode to the flutter script
-
Devon Carew authored
-
Adam Barth authored
Overlay polish
-
Adam Barth authored
Remove ColorTransition
-
Devon Carew authored
-
Adam Barth authored
Fixes #1607
-
Adam Barth authored
Remove HomogeneousViewport
-
Adam Barth authored
There are no clients anymore. We added it for the Drawer a while ago, which is a use case that's now better covered by AnimatedModalBarrier, complete with semantics.
-
Adam Barth authored
Add more dartdoc to widgets.dart
-
Adam Barth authored
This patch includes documentation for transitions.dart and for scrollable.dart.
-
Adam Barth authored
The virtual viewport machinery now handles all of these use cases. Previous clients of ScrollableWidgetList can use ScrollableLazyList instead.
-
Devon Carew authored
Watch sim devices
-
Devon Carew authored
add device notifications for the simulator
-
- 05 Feb, 2016 7 commits
-
-
Hans Muller authored
Alphabetize component demos
-
Todd Volkert authored
Create flutter_tools.dart to represent public tools API
-
Todd Volkert authored
-
Hans Muller authored
-
Hans Muller authored
Gallery support for light/dark theme switching, slow animation speed
-
Ian Hickson authored
Improve exceptions and asserts for rendering lib.
-
Hixie authored
* Use actual exceptions rather than assertions containing code containing strings when trying to give messages to authors. * Introduce RenderingError which is an AssertionError that takes a string argument, to support the above. * Provide a BoxDimensions.hasBoundedWidth/hasBoundedHeight API. * Document BoxDimensions.isNormalized. * Provide more useful information when we assert isNormalized and find that it is false. * When finding the size is infinite, crawl the tree to figure out which render box is likely responsible for the infinite constraints. * Provide more information when size doesn't match the constraints. * Provide more information when intrinsic dimension methods violate the constraints. * Only spam a huge amount of information for the first exception from the rendering library. I've noticed a lot of people looking at the last exception printed rather than the first and that's very misleading -- after the rendering library hits an exception, all bets are off regarding what'll happen in the future. All kinds of asserts might fire. * Improve docs around the debug methods and flags for the above. * Make Block default to have no children. Previously, giving no children crashed with a confusing message about a null deref in an assert.
-