- 12 Apr, 2016 3 commits
-
-
Hans Muller authored
* ClampOverscrolls Inherited Widget
-
Devon Carew authored
* add a --deploy flag to build apk * update command description * use an enum instead of a bool param for build variants * rename buildForDeploy flag to buildVariant * review comments
-
Devon Carew authored
-
- 11 Apr, 2016 10 commits
-
-
Phil Quitslund authored
Migrate `enable-strict-call-checks` flag to options file.
-
pq authored
As per https://github.com/dart-lang/sdk/issues/25723, moves last command-line flag to `.analysis_options`.
-
Phil Quitslund authored
Analyze Command lint cleanup.
-
pq authored
The push to dev-4 allows us to cleanup a few more bits: * `api_docs` lint message special casing (lint fixed) * `allowedIdentifiersPattern` (lint fixed)
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-
Ian Hickson authored
I ran into a case where I was setting minHeight=∞ and then calling layout() with that constraint, which is all kinds of bad. To try to catch this earlier, this patch now provides a way to catch constraints that are requiring infinite values. We don't _always_ check this because there are valid uses for BoxConstraints.biggest, e.g. as an additionalConstraint.
-
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 5 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
-