- 06 Mar, 2016 13 commits
-
-
Ian Hickson authored
This makes WidgetError more like RenderingError, which will aid with https://github.com/flutter/flutter/issues/2356. Fixes https://github.com/flutter/flutter/issues/2443
-
Ian Hickson authored
Factor out non-Material parts of MaterialApp into WidgetsApp
-
Ian Hickson authored
Remove Simulatable and restyle simulation_group.dart
-
Ian Hickson authored
Clarify the assert when mimicking twice in a row.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/1346
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Try to clarify that you need a Material for an IconButton.
-
Adam Barth authored
Flinging continuously should have one scroll start/end pair
-
Adam Barth authored
Previously we got confused and started sending start/end pairs for each tick of the fling animation. Fixes #2430
-
Adam Barth authored
Some more dartdoc
-
Adam Barth authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2369
-
- 05 Mar, 2016 8 commits
-
-
Ian Hickson authored
Clarify the "needs an Overlay" assert.
-
Devon Carew authored
fix flutter create
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2436
-
Yegor authored
[infra] run recipes using recommended method
-
Devon Carew authored
-
Adam Barth authored
Factor MojoShell into shell.dart
-
Adam Barth authored
Make _initRootBundle more robust
-
Yegor Jbanov authored
-
- 04 Mar, 2016 19 commits
-
-
Adam Barth authored
Teaches ChildViewConnection to wrap an existing ViewOwner
-
Devon Carew authored
fix a mac test
-
Adam Barth authored
Putting this code in a separate library let's services that depend only on the shell be clearer about their dependencies.
-
Devon Carew authored
-
Adam Barth authored
Fixes #1921
-
Adam Barth authored
Rather than catching every exception, we now handle the one specific case where we legitimately cannot create the root bundle. Fixes #900
-
Adam Barth authored
Add dartdoc to VirtualViewport widgets
-
Adam Barth authored
-
Adam Barth authored
Remove dependency on material_design_icons
-
Ian Hickson authored
Random fixes to dartdocs, http lib, analyzer
-
Adam Barth authored
We get the icons from the iconfont now. Also, remove the package:flutter CHANGELOG.md. This file is outdated and the git history is a more accurate change log these days.
-
Ian Hickson authored
This is a variety of trivial fixes that I collected while going through the dartdocs. This does contain some non-comment changes.
-
Ian Hickson authored
Update engine.version
-
Ian Hickson authored
-
krisgiesing authored
Add tests for AssetVendor and resolution-dependent image loading
-
Adam Barth authored
Remove the one use of DrawLooper
-
Adam Barth authored
We're going to remove DrawLooper from the canvas API soon.
-
Yegor authored
[ios] use xcrun to launch simulator instead of hardcoded path
-
Hans Muller authored
Container's child is now inset by the Container's border
-