- 17 Feb, 2016 9 commits
-
-
Hans Muller authored
Added Grid row and column spacing, changed padding interpretation Grid padding now defines the distance the overall grid is inset. The grid rowSpacing and columnSpacing attributes define the space between rows and columns respectively.
-
Hans Muller authored
-
Chinmay Garde authored
Add iOS configuration files for all examples and remove GN related files
-
Chinmay Garde authored
-
Eric Seidel authored
Hide flutter run_mojo
-
Eric Seidel authored
-
Chinmay Garde authored
Add iOS specific assets to the Stocks example
-
Adam Barth authored
Remove flutter ios command
-
Adam Barth authored
All the functionality of this command has been integrated into other commands.
-
- 16 Feb, 2016 20 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
Refactor: Rename initialize_xcode.dart to setup_xcodeproj.dart
-
Adam Barth authored
Enforce that we get a final move to the pointer up location
-
Chinmay Garde authored
-
Chinmay Garde authored
`flutter start` initializes the Xcode project if the user has not already done so.
-
Chinmay Garde authored
-
Adam Barth authored
Previously we asserted that we got a pointer move to the location where the pointer up occured, but not all sources of pointer packets respect that invariant. Specifically, on the iOS simulator, of you drag outside the window, you'll get a stream of pointers that violates that invariant. This patch teaches the converter to insert a PointerMoveEvent to move the pointer to the location where the up occurs, repairing the invariant. Fixes #1912
-
Adam Barth authored
Dart SDK is no longer needed
-
Adam Barth authored
Add docs for RepaintBoundary
-
Adam Barth authored
-
Chinmay Garde authored
Tooling updates for dealing with native services distributed in pub packages
-
Chinmay Garde authored
-
Viktor Lidholt authored
Fitness demo, initial version
-
Viktor Lidholt authored
-
Adam Barth authored
flutter run should run pub get automatically
-
Adam Barth authored
Improve the sample code for createState
-
Adam Barth authored
This removes a step that can cause trouble. Fixes #1904
-
Adam Barth authored
The previous sample code isn't a common (or recommended) pattern.
-
Adam Barth authored
Simplify the AutoLayout API
-
Adam Barth authored
This object represents a rect the auto-layout system.
-
- 15 Feb, 2016 11 commits
-
-
Devon Carew authored
fixes found when running through the getting started process
-
Adam Barth authored
This patch makes it easier to use the auto layout API: * We no longer use operator== because that requires an ugly cast by the API user. * Also, "leftEdge" is now just "left" for less verbosity. * AutoLayoutChild not implies its key from the AutoLayoutParam object. * We now correctly layout every child of a RenderAutoLayout object even if the solver doesn't flush any updates to that child.
-
Devon Carew authored
-
Ian Hickson authored
Make update_dart_sdk.sh prettier and more resilient
-
Ian Hickson authored
-
Ian Hickson authored
Mention that cache directory is volatile.
-
Ian Hickson authored
-
Adam Barth authored
Add support for autolayout to widgets
-
Ian Hickson authored
Internalize our dependency on the Dart SDK
-
Ian Hickson authored
-
Adam Barth authored
This patch teaches the widget framework how to use Cassowary-based autolayout. To integrate autolayout with widgets, I had to refactor how RenderAutoLayout worked a bit. Now RenderAutoLayout follows the same delegate pattern we use for custom paint and custom layout.
-