- 07 Jun, 2016 3 commits
-
-
Matt Perry authored
It's no longer part of the gallery app. BUG=https://github.com/flutter/flutter/issues/4390
-
Adam Barth authored
This fix isn't completely statisfying because it has a scaling limit. The ideal fix would actually viewport the tiles in the grid. However, this fix is much easier at the moment. Fixes #4395
-
Adam Barth authored
Now that there's a new string_scanner in town, we're having dependency resolution conflict because of flutter_markdown's tight dependency. This patch loosens the dependency and resolves the conflict.
-
- 06 Jun, 2016 1 commit
-
-
Adam Barth authored
The `flutter.buildMode` property now controls whether to build in debug, profiling, or release.
-
- 04 Jun, 2016 1 commit
-
-
Ian Hickson authored
Turns out we have the same demo in the "Buttons" section now. We don't need both.
-
- 03 Jun, 2016 6 commits
-
-
Adam Barth authored
The hello_services example can now be built both for Android and iOS.
-
Hans Muller authored
-
Matt Perry authored
* Pesto demo for the Flutter Gallery app. * pesto.special.case
-
Adam Barth authored
This patch adds some sensible defaults to xcode_backend.sh and documents how to build hello_services for iOS using Xcode.
-
Hans Muller authored
-
Hans Muller authored
-
- 02 Jun, 2016 4 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
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
-
- 01 Jun, 2016 2 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.
-
- 31 May, 2016 3 commits
-
-
Ian Hickson authored
-
Adam Barth authored
-
Adam Barth authored
Currently this service just returns mock data, but it exercises the plumbing.
-
- 30 May, 2016 1 commit
-
-
Adam Barth authored
I pulled the trigger to land the previous patch too quickly and missed a number of comments.
-
- 29 May, 2016 2 commits
-
-
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 1 commit
-
-
Jason Simmons authored
-
- 27 May, 2016 1 commit
-
-
Adam Barth authored
Remove spurious padding. Fixes #3980 Fixes #3560
-
- 25 May, 2016 1 commit
-
-
Adam Barth authored
Address feedback from material design team. Fixes #4144 Fixes #4145 Fixes #4146
-
- 24 May, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 23 May, 2016 3 commits
-
-
Hans Muller authored
-
Devon Carew authored
-
Hans Muller authored
-
- 21 May, 2016 2 commits
-
-
Ian Hickson authored
-
Hans Muller authored
-
- 20 May, 2016 4 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
Mitch Rudominer authored
* New Material Design calculator example. (Attempt 2 after git fetch upstream). * Responded to code review. * Second round of code review.
-
Hans Muller authored
-
- 19 May, 2016 1 commit
-
-
Adam Barth authored
Looks like our intent here was to show the tab label rather than "Instance of '_Page'". Also, fix an issue where the scrollableKey wasn't being forwarded to the actual scrollable. Fixes #3090
-
- 17 May, 2016 2 commits
-
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/3970
-
Hans Muller authored
* Add a Scrollable builder, refactor ScrollableList, et al * Add space between the dialog demo buttons * removed vestigial code
-