- 14 Oct, 2015 1 commit
-
-
Hans Muller authored
Enabled displaying a scrollbar in ScrollingLists. The scrollbar is painted as an "overlay", i.e. it's painted on top of the scrolling list's visible children. Added an abstract Painter base class that encapsulates a paint method and the renderer that it's attached to. RenderBlockViewport and HomogenousViewport now support an overlayPainter property. If specified, RenderBlockViewport attaches itself to the overlayPainter when it's attached to the rendering tree. RenderBlockViewport now calls overlayPainter.paint() after it has painted its children. Added an abstract ScrollingListPainter class that exposes ScrollingList's state which might be needed for painting. Like its scroll direction and scrollOffset. The ScrollingListPainter is notified when a scroll starts and ends. Defined a Material-specific ScrollingListPainter that renders a scrollbar. The scrollbar thumb is faded in/out when the scroll starts/ends. Added onScrollStart and onScrollEnd listeners to Scrollable.
-
- 13 Oct, 2015 17 commits
-
-
Adam Barth authored
Show new flutter tool and its use in the widgets dir.
-
Adam Barth authored
-
Adam Barth authored
-
Jason Simmons authored
-
Adam Barth authored
-
Adam Barth authored
Add a centerSlice parameter to images
-
Viktor Lidholt authored
Adds publishing for Flutter Sprites
-
Hixie authored
Also, fix warnings in rendering/sector_layout.dart Also, fix hit testing in rendering/sector_layout.dart Also, add WidgetToRenderBoxAdapter Also, make the rendering library debugging tools more resilient to dumping stuff before layout is complete.
-
Viktor Lidholt authored
-
Jim Beveridge authored
-
Viktor Lidholt authored
-
Adam Barth authored
This lets you draw nine-patch images.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Adds check for breaking forces in sprite physics joints
-
Collin Jackson authored
Allow derived classes of Scrollable to listen for scroll events
-
Hixie authored
-
- 12 Oct, 2015 16 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hixie authored
Add type annotations in many places. Fix some identifiers to have more lint-satisfying names. Make all operator==s consistent in style. Reorder some functions for consistency. Make ParentData no longer dynamic, and fix all the code around that.
-
Collin Jackson authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
This example is outdated.
-
Viktor Lidholt authored
Working joints in sprite physics
-
Adam Barth authored
These examples haven't been ported to fn3 yet. Before this patch, they caused a lot of noise in the analyzer output.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
Change the default MaterialType to canvas
-
Adam Barth authored
We changed IconButton to require a ColorFilter to filter the color of the icon.
-
Adam Barth authored
Canvas is by far the most popular type of material by call site (and makes for a faster default because it doesn't have a RRect clip).
-
Adam Barth authored
We can build Fitness again now that playfair has been updated to account for the package:flutter rename.
-
- 11 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
Add a bin/flutter.dart to the flutter package
-
- 10 Oct, 2015 4 commits
-
-
Adam Barth authored
-
Adam Barth authored
This command will eventually become the main entrypoint for the Flutter tools. Also, fixup a reference to the "sky" package in sky_tool.
-
Adam Barth authored
-
Adam Barth authored
-