Adam Barth
fc978c1aa8
Port examples to the new animation API
...
These now use Animation and AnimationController instead of PerformanceView and
Performance.
2016-01-19 16:03:31 -08:00
Hixie
24cab8999c
Tooltips
...
Introduces a new Tooltip class.
Adds support for tooltips to IconButton and Scaffold.
Adds some tooltips to various demos.
Also some tweaks to stack.dart that I made before I decided not to go
down a "CustomPositioned" route.
2016-01-14 12:21:56 -08:00
Adam Barth
056766414c
Use a named argument for Widget children
...
Previously we used a positional argument for widgets that had multiple
children. Now we use a named argument that defaults to an empty list.
Fixes #241
2016-01-11 13:17:09 -08:00
Adam Barth
dd08bf7973
Simplify TabView API
...
Instead of taking a builder and a generic type, we can just take a
List<Widget>.
2016-01-10 21:44:24 -08:00
Hans Muller
1b11336ee6
Page Selector gallery demo
2016-01-07 08:27:13 -08:00