- 09 Jun, 2016 4 commits
-
-
Adam Barth authored
Fixes #4059
-
Adam Barth authored
Fixes #4428
-
Ian Hickson authored
Also renames ButtonTheme.footer to ButtonTheme.bar.
-
Ian Hickson authored
We're explicitly saying that making these icons do anything useful is out of scope, so the best we'll do here is show a snackbar.
-
- 08 Jun, 2016 11 commits
-
-
Matt Perry authored
* Add a 'Return to Gallery' drawer option to Pesto. BUG=https://github.com/flutter/flutter/issues/4402 * oops
-
Devon Carew authored
* support --route in flutter run --resident * also for the daemon app.start command
-
Matt Perry authored
Also update the assets version to pull in better quality logo images. BUG=https://github.com/flutter/flutter/issues/4407
-
Devon Carew authored
-
Jason Simmons authored
* Add a map of relative to absolute paths for assets located outside the app's source directory * If a "packages" directory exists, obtain assets from there instead of using the packages/ prefix to indicate package map lookup
-
Phil Quitslund authored
Bump to stable 1.17.0 Dart SDK.
-
Devon Carew authored
Update the analytics code.
-
pq authored
-
Ian Hickson authored
Also, make sure that the parent is notified when they change. Fixes #2298
-
Todd Volkert authored
It's TODONE
-
Adam Barth authored
We can viewport the content using a ScrollableGrid. Also, we can use the padding mechanisms of the grid to avoid extra padding widgets.
-
- 07 Jun, 2016 18 commits
-
-
Adam Barth authored
-
Adam Barth authored
1. Use the primary color brightness to determine the color of the status bar. The status bar overlaps the toolbar, which has the primary color. 2. Use Roboto for text.
-
Adam Barth authored
We have these details objects for the same reason we now have drag details objects: future extensibility.
-
Adam Barth authored
Fixes #4421
-
Ian Hickson authored
Also: * Make PaginatedDataTable able to scroll itself horizontally. * Make drop down buttons support having an explicit text style and icon size given. * Fix a bug with drop-down buttons asserting when opened partly off-screen. * Make sure to pop the drop-down button's route if the drop-down button is discarded while the route is up. * Remove extraneous padding on drop-down buttons. (Couldn't figure out why it was there, and it breaks alignment when a drop-down is mixed with other text.) * Some docs improvements. * Add Route.isActive * Add a setState() method to ModalRoutes.
-
Ian Hickson authored
I was also going to implement sorting and emptying the cart but the current data model doesn't make that easy, so I gave up on that. That's why the TODOs are moved around though.
-
Alhaad Gokhale authored
Fix adding child views to container after changes to dart bindings.
-
Alhaad Gokhale authored
@abarth
-
Todd Volkert authored
Fixes 3544
-
Adam Barth authored
We were trying to unregister the pointer route twice. Now we only unregister it once. Fixes #4341
-
Adam Barth authored
This lets you build something other than `lib/main.dart`.
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
Chinmay Garde authored
-
Matt Perry authored
It's no longer part of the gallery app. BUG=https://github.com/flutter/flutter/issues/4390
-
Adam Barth authored
-
Adam Barth authored
-
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 7 commits
-
-
Devon Carew authored
-
Adam Barth authored
This patch exposes a convenience function on Scrollable that helps with updating the scroll extents and ports several clients over to using it.
-
Adam Barth authored
Assigning to `size` called our intrinsic sizing functions re-entrantly, which is a destructive operation on TextPainter. Ideally we'd made that a non-destructive operation, but in the meantime we can fix the tab fading issue by grabbing the text size before assigning to `size`. Fixes #4365
-
Adam Barth authored
The `flutter.buildMode` property now controls whether to build in debug, profiling, or release.
-
Devon Carew authored
-
Phil Quitslund authored
Fix flutter analyze defaults when files are specified (#4091).
-