- 01 Aug, 2016 1 commit
-
-
Adam Barth authored
This patch starts a semantic versioning scheme for Flutter. We're still experimenting with semantic versioning, which means the version number might not be reliable yet.
-
- 29 Jul, 2016 10 commits
-
-
Ian Hickson authored
Also, add FractionalOffset.inscribe.
-
Dragoș Tiselice authored
* Added custom radii to RRect. This is the first commit towads an implementation of MergeableMaterial. It adds custom radii to RRect. * Renamed RRect constructors and added BorderRadius. BorderRadius is a class similar to EdgeInsets that lets you define all rounded corners of a rounded rectangle easily.
-
Ian Hickson authored
And make Scrollbar work with LazyBlock. And an about box to the Stocks sample app.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5086
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/5103
-
Hans Muller authored
-
Adam Barth authored
These now have sorter names to make the callers less verbose.
-
Adam Barth authored
These let you add Align widget to the inside or outside of a container. Several customers have asked for these properties. Fixes #4950
-
Adam Barth authored
Some folks didn't realize these existed and asked us to add them. By using them in examples, hopefully folks will discover them more easily.
-
Phil Quitslund authored
* Adds `empty_statements` (new in `0.1.21`). * (Re)enables `iterable_contains_unrelated_type` (fixed in linter#245).
-
- 28 Jul, 2016 9 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
John McCutchan authored
-
Hans Muller authored
-
Jason Simmons authored
-
Hans Muller authored
-
Ian Hickson authored
This slipped in with an earlier commit.
-
Ian Hickson authored
-
Ian Hickson authored
- show the next error fully after a hot reload - hide _AssertionError in stacks - immediately rebuild after a reassemble, so that hit tests work - catch errors when notifying global key listeners
-
- 27 Jul, 2016 15 commits
-
-
Ian Hickson authored
This was a minor typo in the original code. It makes the license display slightly cleaner.
-
Adam Barth authored
Previously we would rebuild every route on the second animation frame to rejigger the offstage bit and the animations. Now we build the page once and update the offstage bit in place and update the animations using ProxyAnimations.
-
Adam Barth authored
-
John McCutchan authored
DevFS asset support and deletion support
-
John McCutchan authored
-
Phil Quitslund authored
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
-
Seth Ladd authored
-
Adam Barth authored
Also, add a few more debugging flags.
-
pq authored
-
pq authored
-
pq authored
-
pq authored
-
pq authored
-
Hans Muller authored
-
Ian Hickson authored
Fundamentally the core problem was that we were not saying how wide a date picker should be. It should be 330 pixels, if I'm measuring the spec's mocks correctly.
-
- 26 Jul, 2016 5 commits
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Hans Muller authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/4910
-
Hans Muller authored
-