- 23 Nov, 2015 14 commits
-
-
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 9 commits
-
-
Adam Barth authored
Fix analyzer warnings
-
Adam Barth authored
Should make Travis green again. Also, add better logging to dev/update_packages.dart.
-
Adam Barth authored
Switch Travis to the stable Dart SDK
-
Adam Barth authored
Hopefully this will make Travis green.
-
Jason Simmons authored
Build APKs without a local copy of the engine sources
-
Jason Simmons authored
-
krisgiesing authored
Use embedder to fetch keyboard service
-
krisgiesing authored
Update to engine 0.0.60
-
Kris Giesing authored
-
- 20 Nov, 2015 7 commits
-
-
Seth Ladd authored
undo auto format
-
Adam Barth authored
flutter build --engine-src-dir=<garbage> produces poor error message
-
Adam Barth authored
This patch improves the error message. Fixes #468
-
Ian Hickson authored
Route refactor
-
Hixie authored
- Removed the concept of ephemeral routes. - Renamed the two _MenuRoutes to _PopupMenuRoute and _DropDownRoute. - Added type arguments in various places: - DropDownMenu - _DropDownRoute - _ModalBottomSheetRoute - PopupMenuItem - _PopupMenu - _PopupMenuRoute - Made _ModalBottomSheetRoute, the two ex _MenuRoutes, and _DialogRoute all inherit from ModalRoute, via PopupRoute. - Change "Dropdown" and "DropDown" to "DropDown" consistently. - Made MaterialPageRoute inherit from PageRoute. - Made ModalBarrier not create a box if it's always transparent. - Exposed the Futures on TransitionRoutes. - Fixed that menus were no longer dismissable by tapping the modal barrier.
-
Ian Hickson authored
Give type arguments to routes.
-
Adam Barth authored
Rename LabeledGlobalKey's argument to debugLabel
-