- 08 Apr, 2016 9 commits
-
-
Adam Barth authored
Also, update hello_android to use the new Java class names.
-
Devon Carew authored
* have flutter precache print if there's no work to do * tweak precache
-
Viktor Lidholt authored
-
Devon Carew authored
-
Adam Barth authored
We need to pin the version of package:analyzer we use to avoid version skew within our project.
-
Jason Simmons authored
Do not check for an existing package map if a command is going to run "pub get" to update the package map (#3202) Also remove a redundant check for the --pub option in the run command
-
Adam Barth authored
This command explicitly populates the flutter tool's cache of binary artifacts. Also, teach `flutter create` to update the cache in case its the first command that a user runs.
-
Adam Barth authored
This will help folks run pub get after they upgrade their flutter.git revision.
-
Yegor authored
-
- 07 Apr, 2016 21 commits
-
-
Hans Muller authored
* Added Scrollbar, removed ScrollbarPainter * removed a dead import * updated per review feedback * Only call dispatch if the widgets State is still mounted
-
Jason Simmons authored
-
Devon Carew authored
* some docs cleanup * update styles * remove unused file
-
Adam Barth authored
Previously we'd snap to the size of the background widget before resizing to zero. Now we force the background widget to match the size of the dimissable widget at the time it was dismissed. Fixes #3092
-
Adam Barth authored
Previously we always used Latin-1.
-
Devon Carew authored
* move the engine download code to dart * fix populating the bin/cache/pkg dir
-
Viktor Lidholt authored
-
Seth Ladd authored
* document libs from sky_services * scan directory of sky_services for libraries * simplify error message when sky_services directory not found * address review comments
-
Adam Barth authored
Previously we lerped them backwards. Fixes #2832
-
Chinmay Garde authored
-
Jason Simmons authored
Add a command that can capture a Skia picture of a Flutter frame and send it to a file or skiaserve debugger (#3165)
-
Devon Carew authored
* use --no-precompile * use the flutter bin cache's sdk
-
Yegor authored
Fixes https://github.com/flutter/flutter/issues/3094
-
Adam Barth authored
Also, clean up a few interfaces that looked awkward when writing docs.
-
Devon Carew authored
* add cache.dart to help manage the cache dir * sp
-
Adam Barth authored
They should automagically disable after the first tap.
-
Adam Barth authored
Previously this was used by MixedViewport, but now we don't need it because LazyBlockViewport has replaced MixedViewport. I've also taken this opportunity to modernize RenderBlock.
-
Phil Quitslund authored
-
Adam Barth authored
-
Adam Barth authored
Previously, we lost sync with the tab view contents when switching tabs. Now we key the subtrees to make sure they keep their state across tab animations. Fixes #3147
-
- 06 Apr, 2016 10 commits
-
-
Hans Muller authored
Overscroll indicator for MaterialList
-
-
Adam Barth authored
Also, port the MixedViewport tests to LazyBlockViewport. Fix bugs found by the tests.
-
Devon Carew authored
* add the dart vm version to flutter doctor * drop the dart vm change
-
Devon Carew authored
-
Ian Hickson authored
Fix some legit uses of GlobalKey to specify the type they want. Fix some sketchy uses of GlobalKey in tests to fake it with "as dynamic". Remove some extraneous imports that made the build red.
-
Adam Barth authored
Previously, the client of PopupMenuButton needed to build all the menu times when building the PopupMenuButton. This can get expensive if, for example, each item in a scrollable list has a popup menu associated with it. Now the client passes a builder function to the PopupMenuButton that gets invoked only when its time to show the menu items.
-
Chinmay Garde authored
-
krisgiesing authored
Fixes #2855
-
Adam Barth authored
This patch adds dartdoc to LazyBlock. Also, this patch fixes the scrolling physics of LazyBlock. Previously, we updated a running simulation only when the change in scroll behavior changed the current scroll offset. Now we update running simulations every time the behavior changes because the simulation might depend on quantities other than the current scroll offset.
-