- 24 Nov, 2015 21 commits
-
-
Adam Barth authored
Update to a new engine release
-
Adam Barth authored
-
Adam Barth authored
Teach the TimerPicker how to pick a time
-
Adam Barth authored
The TimePicker can now actually pick a time. However, it doesn't understand AM or PM and there's lots of visual polish missing.
-
Ian Hickson authored
Remove StateRoutes
-
Adam Barth authored
Hide pub get output when updating flutter tool
-
Hixie authored
-
Adam Barth authored
Pin `package:test` to an exact revision
-
Adam Barth authored
We use a number of non-public APIs in the test package, which makes our dependency quite fragile. This patch pins a specific, known-good version. We should update to the lastest version in a follow-up patch.
-
Adam Barth authored
ignore .atom directories
-
Seth Ladd authored
-
Adam Barth authored
Start working on a TimePicker
-
Adam Barth authored
Improve unauthorized regexp
-
-
-
Adam Barth authored
Expose the navigator in routes.
-
Adam Barth authored
You can't actually pick a time with the time picker yet, but this patch adds most of the plumbing.
-
Hixie authored
-
Adam Barth authored
Add drop down buttons to Material Gallery
-
Adam Barth authored
-
Adam Barth authored
Integrate Date Picker into material_gallery
-
- 23 Nov, 2015 15 commits
-
-
Adam Barth authored
-
Adam Barth authored
Fix upload of composited scene with non-zero offsets
-
Adam Barth authored
We weren't correctly offsetting the clips when uploading composited scenes. Now we apply the proper offsets.
-
krisgiesing authored
Allow run_mojo --android to specify location of flutter engine
-
Adam Barth authored
Add package:flutter_test
-
Kris Giesing authored
-
Adam Barth authored
This package contains WidgetTester, which is very useful when writing tests for widgets.
-
Adam Barth authored
Make it possible to run tests outside the Flutter repo
-
Adam Barth authored
Add avatars to material chips
-
Adam Barth authored
Fixes #464
-
Adam Barth authored
This patch still requires a locally built engine. I'll remove the need for a locally built engine in a future patch. Fixes #278
-
Adam Barth authored
Add basic support for material chips
-
Adam Barth authored
http://www.google.com/design/spec/components/chips.html#chips-behavior This patch adds support for deletable and non-deleteable chips, but doesn't yet add support for contact chips. Also, demo the chips in a new Material Gallery app that will let us demo our gallery of widgets in a single app.
-
Seth Ladd authored
more verbose error message
-
Seth Ladd authored
-
- 22 Nov, 2015 4 commits
-
-
Ian Hickson authored
Avoid using transforms when simple offsets will do.
-
Ian Hickson authored
-
Ian Hickson authored
Rev engine, services, and sdk.
-
Hixie authored
-