- 06 Feb, 2016 1 commit
-
-
Adam Barth authored
This patch includes documentation for transitions.dart and for scrollable.dart.
-
- 05 Feb, 2016 16 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.
-
Hans Muller authored
-
Adam Barth authored
Add more dartdoc to widgets.dart
-
Adam Barth authored
Making progress documenting the widget library.
-
Hans Muller authored
Support TabLabel widgets
-
Hans Muller authored
-
Adam Barth authored
Add some more dartdoc to gestures.dart
-
Adam Barth authored
Add more dartdoc to animation.dart
-
Adam Barth authored
-
Adam Barth authored
After the refactoring of the animation library, we were missing some dartdoc.
-
- 04 Feb, 2016 23 commits
-
-
Eric Seidel authored
Bump the dart version used on the infra bots to 1.14.1
-
Todd Volkert authored
Refactor flx.build() to allow for external toolchain hooks.
-
Eric Seidel authored
Otherwise the analyzer blows up. @abarth
-
Todd Volkert authored
This splits flx.build() into two methods, flx.build() and flx.assemble(). builD() now does the following: 1) constructs the manifest map by reading the manifest from the file system 2) "compiles" the dart code into the snapshot file 3) Invokes assemble() This allows external build toolchains to construct their own manifest map (possibly using a different manifest syntax) and create their own snapshot file
-
Eric Seidel authored
Add a download_dart_sdk.py script for infra bots
-
Devon Carew authored
remove no longer needed code from the service protocol extensions
-
Devon Carew authored
-
Eric Seidel authored
@abarth
-
Devon Carew authored
get the adb device name when using the adb server
-
Devon Carew authored
-
Devon Carew authored
remove an extraneous line of output when launching the simulator
-
Devon Carew authored
-
Ian Hickson authored
Flutter sprites test
-
Hans Muller authored
Fixed a typo.
-
Hans Muller authored
-
Hans Muller authored
Added the FAB per Tab demo Demonstrates that when the Scaffold's Floating Action Button is changed, the new one (if any) fades and turns in. Similar to the "Lateral Screens" demo here https://www.google.com/design/spec/components/buttons-floating-action-button.html#buttons-floating-action-button-behavior There are more tabs and different tab views to demo more kinds of FAB changes.
-
Hans Muller authored
-
Yegor authored
add test for ModalBarrier
-
yjbanov authored
-
Yegor authored
better error message when Navigator is used with no NavigatorState in…
-
yjbanov authored
-
Hans Muller authored
Added a flexible appbar gallery demo Added a "Patterns/Scrolling Techniques" demo that resembles the "Flexible Space with Image" from the Material design spec - https://www.google.com/design/spec/patterns/scrolling-techniques.html#scrolling-techniques-scrolling Demos for the other app bar arrangements are still needed.
-
Hans Muller authored
-