- 27 Apr, 2020 1 commit
-
-
michaellee8 authored
-
- 12 Feb, 2020 1 commit
-
-
Michel Feinstein authored
-
- 16 Jan, 2020 1 commit
-
-
Xavjer authored
-
- 09 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 07 Jan, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 866fa64d.
-
Zachary Anderson authored
* Reword flutter run help screen. * As per Hixie request, added Efthymios Sarmpanis to the AUTHORS file * fix test Co-authored-by: Efthymis Sarmpanis <e.sarbanis@gmail.com>
-
- 17 Dec, 2019 1 commit
-
-
Alek Åström authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 20 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 24 Oct, 2019 1 commit
-
-
Jefferson Quesado authored
-
- 04 Oct, 2019 1 commit
-
-
Rody Davis authored
-
- 24 Sep, 2019 1 commit
-
-
Robin Jespersen authored
-
- 16 Sep, 2019 1 commit
-
-
Simon Lightfoot authored
-
- 10 Sep, 2019 1 commit
-
-
Sarbagya Dhaubanjar authored
* Added properties in DropdownFormField to match DropdownButton * Minor style guide related changes
-
- 01 May, 2019 1 commit
-
-
Diego Velásquez López authored
-
- 21 Feb, 2019 1 commit
-
-
Volodymyr Lykhonis authored
-
- 15 Feb, 2019 1 commit
-
-
Hans Muller authored
-
- 08 Feb, 2019 1 commit
-
-
Martin authored
* Update doc header in Opacity class to fix issue #23311 * Added slider with editable numerical value to gallery. Fixes flutter#1542 * Revert "Update doc header in Opacity class to fix issue #23311" This reverts commit 2d3642bbda6e00389e78631360f8274e9bb7d675. * Fix typo in slider description * Increase TextField size to pass accessibility test * Added Semantics widget to pass accessibility test * Made description start with caps to match other examples * Removed unnecessary spacing Container widget * Update authors file * Fix indent * Removed decimal and replaced boundaries with .clamp Signed-off-by: Martin Staadecker <machstg@gmail.com> * Undo line wrap from previous commit Signed-off-by: Martin Staadecker <machstg@gmail.com> * Update onSubmitted to only call setState when value has changed Signed-off-by: Martin Staadecker <machstg@gmail.com>
-
- 24 Jan, 2019 1 commit
-
-
Frederik Schweiger authored
-
- 10 Jan, 2019 1 commit
-
-
Sander Dalby Larsen authored
* Added the superellipse (a.k.a. squircle) shape to flutter, which is needed to recreate some cupertino components, e.g. buttons in pixel-perfect detail (issue #13914).
-
- 09 Jan, 2019 1 commit
-
-
Marco Scannadinari authored
-
- 03 Jan, 2019 1 commit
-
-
TruongSinh Tran-Nguyen authored
-
- 02 Jan, 2019 1 commit
-
-
Chema Molins authored
-
- 13 Dec, 2018 1 commit
-
-
Jasper van Riet authored
-
- 05 Nov, 2018 1 commit
-
-
mattijsf authored
-
- 24 Oct, 2018 1 commit
-
-
Stefan Mitev authored
* Fixes gradle error: 'Could not find lint-gradle-api.jar' (#23095)
-
- 12 Oct, 2018 1 commit
-
-
Artur Rymarz authored
-
- 06 Sep, 2018 1 commit
-
-
sir-boformer authored
* Scale high-pixel-ratio images with BoxFit.none/BoxFit.scaleDown correctly * add test cases for image scale * make analyzer happy * Make sure that test images always have a scale to make all tests pass * add a new author * use new keyword in tests
-
- 03 Aug, 2018 1 commit
-
-
Christian Mürtz authored
Add widget valued prefix and suffix properties to InputDecoration. These new properties are alternatives to prefixText and suffixText.
-
- 21 Jul, 2018 1 commit
-
-
Lukas Piliszczuk authored
* Change material refresh indicator onRefresh signature from Future<Null> to Future<void>. * Update authors. * Explicitly name void argument.
-
- 30 May, 2018 1 commit
-
-
Victor Choueiri authored
This PR adds a SweepGradient class, extending Gradient to expose the engine's ui.Gradient.sweep shader. Similar to LinearGradient and RadialGradient - SweepGradients can be used in a BoxDecoration or passed to a Paint's shader.
-
- 21 May, 2018 1 commit
-
-
ng1905 authored
-
- 17 May, 2018 1 commit
-
-
Dan Field authored
* Fix consolidate response and add test * Update AUTHORS * ignore content-length * fix formatting/update comment * more commas * Fix consolidate response and add test * Update AUTHORS * ignore content-length * fix formatting/update comment * more commas * remove extra newline
-
- 29 Mar, 2018 1 commit
-
-
najeira authored
* AppBar accepts custom PageRoute * remove unused import * update AUTHORS
-
- 04 Jan, 2018 1 commit
-
-
Ali Bitek authored
-
- 11 Dec, 2017 1 commit
-
-
Fredrik Simón authored
* Expose textAlign on TextFormField Fixes #11404 * Added name to AUTHORS * Added a test for TextFormWidget's textAlign
-
- 08 Dec, 2017 1 commit
-
-
Yusuke Konishi authored
* Remove unnecessary error message * Add AUTHOR
-
- 28 Sep, 2017 1 commit
-
-
Stefano Rodriguez authored
* Update AUTHORS * Add background and value colors to LinearProgressIndicator * Add tests for LinearProgressIndicator with colors
-
- 03 Sep, 2017 1 commit
-
-
German Saprykin authored
* Fixed TrackingScrollController cleaning stored offset on position's detach * Fixed format. * Fixed format. * Fixed test with Directionality support.
-
- 01 Sep, 2017 1 commit
-
-
Ian Hickson authored
This reverts commit ec25f6bd.
-