- 24 Nov, 2015 13 commits
-
-
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 10 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
-
Ian Hickson authored
Clean up the term "modal" in the navigator
-
Ian Hickson authored
Provide a way to insert multiple overlays at once.
-
Ian Hickson authored
Assert: don't push a PageRoute over a PopupRoute.
-
Hixie authored
-
Hixie authored
"Fixes" #389.
-
Hixie authored
Now we only use it for things related to ModalRoute and ModalBarrier. (This is easy now that ephemeral routes are gone, so there's no other kind of route to distinguish against.)
-
- 21 Nov, 2015 2 commits
-
-
Adam Barth authored
Fix analyzer warnings
-
Adam Barth authored
Should make Travis green again. Also, add better logging to dev/update_packages.dart.
-