Adam Barth
|
727ce65ffc
|
Add package:flutter_test
This package contains WidgetTester, which is very useful when writing tests for
widgets.
|
2015-11-23 14:09:12 -08:00 |
|
Adam Barth
|
0259ad81db
|
ItemBuilder should also get the index of the item
This seems useful for numbering the entries in the list, for example.
Fixes #328
|
2015-11-12 12:05:42 -08:00 |
|
Jason Simmons
|
5b72a2fdaf
|
Fix warnings seen when running skyanalyzer in strong mode
|
2015-10-15 10:56:03 -07:00 |
|
Adam Barth
|
65eba90843
|
Rename package:sky to package:flutter
|
2015-10-09 20:44:52 -07:00 |
|
Adam Barth
|
f31f067eef
|
GlobalKeys should preserve state across tree mutations
This patch causes widgets with global keys to drag their state (including their
children) with them as they travel through the element tree.
|
2015-10-01 17:08:05 -07:00 |
|