- 11 Mar, 2016 3 commits
-
-
Adam Barth authored
We'll need this for RTL support because the RTL state will live in the widget tree. Also, remove the `oldWidget` argument to updateRenderObject because there aren't any clients for it.
-
Ian Hickson authored
Well, all the easy ones, anyway. For some reason `// ignore:` isn't working for me so I've disabled lints that need that. Also disabled those that require a ton of work (which I'm doing, but not in this PR, to keep it reviewable). This adds: - avoid_init_to_null - library_names - package_api_docs - package_names - package_prefixed_library_names - prefer_is_not_empty - sort_constructors_first - sort_unnamed_constructors_first - unnecessary_getters_setters
-
Quddus Chong authored
-
- 10 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 09 Mar, 2016 1 commit
-
-
Adam Barth authored
After running a widget test, we now clear out the widget tree and check that we didn't leak any timers or animations. Also, fix several bugs that this addtional check revealed. Fixes #2481
-
- 08 Mar, 2016 1 commit
-
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/2274
-
- 07 Mar, 2016 2 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
- 06 Mar, 2016 3 commits
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2403 I have an e-mail ready to send to flutter-dev about this.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/1346
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2369
-
- 05 Mar, 2016 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2436
-
- 04 Mar, 2016 3 commits
-
-
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.
-
Hans Muller authored
-
- 03 Mar, 2016 3 commits
-
-
Adam Barth authored
Fixes #2361
-
Hans Muller authored
-
Hans Muller authored
-
- 02 Mar, 2016 4 commits
-
-
Hixie authored
-
Adam Barth authored
This enum doesn't make sense anymore now that we can arbitrarily colorize icons. Instead, we just use a Color, which is both simpler and can be interpolated during animations. Fixes #1279
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-
Hans Muller authored
-
- 01 Mar, 2016 2 commits
-
-
Hans Muller authored
-
Adam Barth authored
Fixes #1381
-
- 27 Feb, 2016 3 commits
-
-
Hans Muller authored
-
Adam Barth authored
This concept is now private to AnimationController. All the clients actually want the AnimationStatus.
-
Hans Muller authored
-
- 26 Feb, 2016 4 commits
-
-
Adam Barth authored
We don't need these keys. Also, improve style in several places. Fixes #2225
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
- 25 Feb, 2016 2 commits
-
-
Hixie authored
Also: - add operator==/hashCode/toString to ViewportDimensions - add toString to BindingBase - add toString and debugFillDescription to ScrollBehavior - fix a bug in the RawGestureDetectorState's replaceGestureRecognizers - rename MixedViewport's onExtentsUpdate to onExtentChanged - replace ExtentsUpdateCallback with ValueChanged<double> - remove a microtask for dispatching scroll start, since it did not appear to have any purpose - added dartdocs to Instrumentation until I understood it - made all event dispatch in Instrumentation drain microtasks
-
Adam Barth authored
There's no reason to make clients supply a PointerRounter and a GestureArena when constructing gesture recognizers. These objects are statics and the gesture recognizers can just grab them directly. Also, remove the callback constructor arguments. Almost no code used them. Instead, people seem to prefer using the `..` operator to set callbacks on the recognizers. Removing the arguments removes a bunch of boilerplate.
-
- 24 Feb, 2016 1 commit
-
-
Adam Barth authored
Now we just have one TextSpan class that handles both simple strings, trees of children, and styling both. This approach simplifies the interface for most clients. This patch also removes StyledText, which was weakly typed and tricky to use correctly. The replacement is RichText, which is strongly typed and uses TextSpan.
-
- 23 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 22 Feb, 2016 1 commit
-
-
Adam Barth authored
In the dark theme, there isn't really a primary swatch, so this API was a sandtrap. Instead, be explicit about the colors we need for various widgets in the theme. Fixes #1277
-
- 21 Feb, 2016 2 commits
-
-
Adam Barth authored
These files are already in the "material" folder. They don't need to be prefixed with material again. Fixes #702
-
Adam Barth authored
The example in the spec with multiple actions is an anti-example. Fixes #1876
-
- 19 Feb, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-