- 11 Apr, 2016 4 commits
-
-
Seth Ladd authored
-
Seth Ladd authored
-
Devon Carew authored
* better messaging about windows support * fix lints
-
Devon Carew authored
-
- 09 Apr, 2016 3 commits
-
-
krisgiesing authored
-
stevemessick authored
* Add validity checks to create * Adjust indent
-
Hans Muller authored
* Remove ScrollableListPainter
-
- 08 Apr, 2016 19 commits
-
-
Hans Muller authored
-
Viktor Lidholt authored
-
Hans Muller authored
* Added OverscrollIndicator, removed OverscrollIndicatorPainter
-
Devon Carew authored
* add a target for android-x64 * update armeabi-v7a to x86_64
-
Devon Carew authored
-
Adam Barth authored
We need to listen to the Scaffold's animation so that we rebuild every time it ticks so that we can drive our animations.
-
Adam Barth authored
Fixes #3197
-
Adam Barth authored
The dartdoc will continue until morale improves.
-
Viktor Lidholt authored
-
Adam Barth authored
These columns were secretly re-creating Block in a more complex way. Now we just use Block directly.
-
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 14 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
-