- 13 Jun, 2017 1 commit
-
-
Michael Goderbauer authored
* Adding first semantics perf test * review commnts and analyzer fixes * fix analyzer warning
-
- 09 Jun, 2017 1 commit
-
-
Ian Hickson authored
-
- 08 Jun, 2017 1 commit
-
-
Phil Quitslund authored
* Bump to Dart SDK 1.24.0-dev.6.7. * nits and fixes
-
- 07 Jun, 2017 2 commits
-
-
Chris Bracken authored
Fixes bot breakage resulting from commit 7d713263 (#10540).
-
Alexandre Ardhuin authored
-
- 06 Jun, 2017 1 commit
-
-
Ian Hickson authored
-
- 02 Jun, 2017 2 commits
-
-
Collin Jackson authored
-
Collin Jackson authored
-
- 12 May, 2017 1 commit
-
-
Chris Bracken authored
VERSION: 0.0.7-dev flutter: 0.0.27-dev flutter_driver: 0.0.5-dev flutter_test: 0.0.5-dev
-
- 11 May, 2017 3 commits
-
-
Chris Bracken authored
VERSION: 0.0.6 flutter: 0.0.26 flutter_driver: 0.0.4 flutter_test: 0.0.4
-
Ian Hickson authored
* Rev versions for alpha branch * Rev versions after alpha
-
Ian Hickson authored
-
- 10 May, 2017 3 commits
-
-
Yegor authored
-
Ian Hickson authored
-
Ian Hickson authored
And add a script to rev the versions.
-
- 06 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 05 May, 2017 1 commit
-
-
Yegor authored
-
- 22 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* comprehensive list of lints * add comments to commented out lint * fix unnecessary_this lints * exclude prefer_final_fields
-
- 17 Apr, 2017 1 commit
-
-
Phil Quitslund authored
Follow-up from #9422
-
- 14 Apr, 2017 2 commits
-
-
Adam Barth authored
There are more places we can use this annotation, but this patch just gets us started.
-
Devon Carew authored
-
- 13 Apr, 2017 1 commit
-
-
Yegor authored
-
- 12 Apr, 2017 1 commit
-
-
Ian Hickson authored
* Manually fix every use of Point.x and Point.y Some of these were moved to dx/dy, but not all. * Manually convert uses of the old gradient API * Remove old reference to Point. * Mechanical changes I applied the following at the root of the Flutter repository: git ls-files -z | xargs -0 sed -i 's/\bPoint[.]origin\b/Offset.zero/g' git ls-files -z | xargs -0 sed -i 's/\bPoint[.]lerp\b/Offset.lerp/g' git ls-files -z | xargs -0 sed -i 's/\bnew Point\b/new Offset/g' git ls-files -z | xargs -0 sed -i 's/\bconst Point\b/const Offset/g' git ls-files -z | xargs -0 sed -i 's/\bstatic Point /static Offset /g' git ls-files -z | xargs -0 sed -i 's/\bfinal Point /final Offset /g' git ls-files -z | xargs -0 sed -i 's/^\( *\)Point /\1Offset /g' git ls-files -z | xargs -0 sed -i 's/ui[.]Point\b/ui.Offset/g' git ls-files -z | xargs -0 sed -i 's/(Point\b/(Offset/g' git ls-files -z | xargs -0 sed -i 's/\([[{,]\) Point\b/\1 Offset/g' git ls-files -z | xargs -0 sed -i 's/@required Point\b/@required Offset/g' git ls-files -z | xargs -0 sed -i 's/<Point>/<Offset>/g' git ls-files -z | xargs -0 sed -i 's/[.]toOffset()//g' git ls-files -z | xargs -0 sed -i 's/[.]toPoint()//g' git ls-files -z | xargs -0 sed -i 's/\bshow Point, /show /g' git ls-files -z | xargs -0 sed -i 's/\bshow Point;/show Offset;/g' * Mechanical changes - dartdocs I applied the following at the root of the Flutter repository: git ls-files -z | xargs -0 sed -i 's/\ba \[Point\]/an [Offset]/g' git ls-files -z | xargs -0 sed -i 's/\[Point\]/[Offset]/g' * Further improvements and a test * Fix minor errors from rebasing... * Roll engine
-
- 11 Apr, 2017 1 commit
-
-
xster authored
Rename State.config to State.widget Rename State.didUpdateConfig to State.didUpdateWidget Renamed all State subclasses' local variables named config to something else
-
- 05 Apr, 2017 1 commit
-
-
Yegor authored
-
- 04 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Apr, 2017 1 commit
-
-
Adam Barth authored
After this patch, there are three major text input widgets: * EditableText. This widget is a low-level editing control that interacts with the IME and displays a blinking cursor. * TextField. This widget is a Material Design text field, with all the bells and whistles. It is highly configurable and can be reduced down to a fairly simple control by setting its `decoration` property to null. * TextFormField. This widget is a FormField that wraps a TextField. This patch also replaces the InputValue data model for these widgets with a Listenable TextEditingController, which is much more flexible. Fixes #7031
-
- 27 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 23 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Mar, 2017 3 commits
-
-
Alexandre Ardhuin authored
-
Todd Volkert authored
-
Alexandre Ardhuin authored
-
- 10 Mar, 2017 2 commits
-
-
Todd Volkert authored
-
Yegor authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 02 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Mar, 2017 1 commit
-
-
Yegor authored
This TODO was fixed by the transition to `Finder` objects.
-
- 28 Feb, 2017 1 commit
-
-
Yegor authored
-
- 27 Feb, 2017 1 commit
-
-
Todd Volkert authored
This adds support for a `--bug-report` flag, which is a recording that: - includes the arguments that were passed to the command runner - is zipped up for easy attachment in Guthub issues
-