- 23 Nov, 2015 5 commits
-
-
Adam Barth authored
Fixes #464
-
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 16 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
-
Adam Barth authored
Fix analyzer warnings in updater package
-
Hixie authored
These end up not actually being used, currently, because we don't have generic methods, which you'd need for showDialog() and friends, and we don't have any way to parameterise a class type at runtime, which you'd need for MaterialApp routes, but it's a step in the right direction.
-
Adam Barth authored
The old name was confusing. Fixes #462
-
Adam Barth authored
This class was renamed to MojoEventSubscription.
-
Adam Barth authored
Be more specific about what `flutter build` does
-
Seth Ladd authored
first addition of _embedder.yaml
-
Ian Hickson authored
OverlayRoute.finished()
-
Hixie authored
Rather than have delayed calls to super.didPop(), which raises my eyebrow every time I see it, this provides a separate finished() function to call, and uses the convention that if you want to call it yourself, you just don't call super.didPop().
-
Adam Barth authored
Elaborate HSVColor interface
-