- 02 Jun, 2016 7 commits
-
-
Adam Barth authored
Although beautiful, having a continuous animation on the front page of the gallery gives the impression that Flutter burns battery and makes phones hot. This patch replaces the animation with solid purple. However, we might eventually want to use a static image.
-
Adam Barth authored
This demo burns battery continuously even when there's no change to the visual appearance. This patch removes this demo to avoid giving the impression that Flutter burns battery. Related to #4120
-
Phil Quitslund authored
Bump Dart SDK to 1.17.0-dev.6.1.
-
Adam Barth authored
Fixes #4298
-
pq authored
Latest RC. Fixes `dartdoc`.
-
Devon Carew authored
-
Adam Barth authored
Previously the floating action button would disappear during transitions. Now we animate properly. I've also centralized the animation in Scaffold instead of spreading it across the Scaffold and the FloatingActionButton. Fixes #1718
-
- 01 Jun, 2016 12 commits
-
-
Ian Hickson authored
This introduces the key parts of a paginated data table, not including the built-in pagination features. * Provide more data for the data table demo, so there's data to page. * Introduce a ChangeNotifier class which abstracts out addListener/removeListener/notifyListeners. We might be able to use this to simplify existing classes as well, though this patch doesn't do that. * Introduce DataTableSource, a delegate for getting data for data tables. This will also be used by ScrollingDataTable in due course. * Introduce PaginatedDataTable, a widget that wraps DataTable and only shows N rows at a time, fed by a DataTableSource.
-
Ian Hickson authored
...and fix some grid and table intrinsic issues it uncovered.
-
Devon Carew authored
* fix a race condition with isolate notification * return a future
-
Devon Carew authored
-
Ian Hickson authored
* Fix fallout from intrinsics changes * Move away from isInfinite in favor of isFinite
-
Adam Barth authored
This patch updates how we generate xcconfig files to match what xcode_backend.sh expects.
-
Adam Barth authored
-
Adam Barth authored
-
Yegor authored
This reverts commit 215e1b89. It broke the Mac build: https://build.chromium.org/p/client.flutter/builders/Mac/builds/1097
-
Yegor authored
-
Adam Barth authored
There are many more places we can use this annotation. This patch starts out small to test the waters.
-
Adam Barth authored
This patch starts using the mustCallSuper annotation for several of the key lifecycle callbacks in the framework. I haven't added it to didUpdateConfig because there are a large number of non-compliant overrides. We should discuss whether we want to use it there.
-
- 31 May, 2016 9 commits
-
-
Adam Barth authored
As requested by the material design team. Fixes #4182
-
Ian Hickson authored
-
Adam Barth authored
-
Adam Barth authored
Currently this service just returns mock data, but it exercises the plumbing.
-
Ian Hickson authored
-
Phil Quitslund authored
Update analyzer dep to 0.27.4-alpha.9
-
Jason Simmons authored
-
Adam Barth authored
-
pq authored
Update analyzer dep to 0.27.4-alpha.9 to enjoy analyzer perf improvements (https://codereview.chromium.org/2011183004/) (and keep in sync with the SDK). (This is a revisit to https://github.com/flutter/flutter/pull/4253.)
-
- 30 May, 2016 2 commits
-
-
Adam Barth authored
I pulled the trigger to land the previous patch too quickly and missed a number of comments.
-
Adam Barth authored
-
- 29 May, 2016 4 commits
-
-
Adam Barth authored
We used to use this mechanism to paint scrollbars, but it's awkward. The new approach to scrollbars is much cleaner. This mechanism has no other clients, so we should remove it.
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
Adam Barth authored
This example shows how to build a basic app using a custom Xcode project. Future patches will bring the functionality up to par with hello_android.
-
Adam Barth authored
The new mojom.dart code makes mocking services a bit tricky. I've filed https://github.com/domokit/mojo/issues/786 about improving that.
-
- 28 May, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
* run pub get (w/ symlinks) for flutter drive * review comments
-
Jason Simmons authored
-
- 27 May, 2016 3 commits
-
-
Adam Barth authored
Instead of embedding Flutter.framework and BuildFlutterApp in the Xcode project, we store these in flutter.git, where we can reference them.
-
Devon Carew authored
-
Todd Volkert authored
-