- 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 2 commits
-
-
Ian Hickson authored
This reverts commit ec25f6bd.
-
German Saprykin authored
* Fixed TrackingScrollController cleaning stored offset on position's detach * Fixed format. * Fixed format.
-
- 27 Feb, 2017 1 commit
-
-
Mike Hoolehan authored
* Gracefully ignore html content * Test for less than, consolidate table tests * Specify missing type annotation * Add Mike Hoolehan to AUTHORS
-
- 03 Jan, 2017 1 commit
-
-
lequem authored
-
- 18 Dec, 2016 1 commit
-
-
Luke authored
* rename DestinationLabel and labels properties to BottomNavigationBarItem and items * update/fix comments * grammatical changes * add myself to AUTHORS
-
- 06 Dec, 2016 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Nov, 2016 1 commit
-
-
Michael Beckler authored
Changed DefaultTextStyle to consider the TextTheme defined in the context for Bottom Nav Bar (#7042) * Changed DefaultTextStyle to consider the TextTheme defined in the context * added regression test for bottom nav bar text themes * added second regression test for fixed navbar
-
- 23 Nov, 2016 1 commit
-
-
Raju Bitter authored
@hixie told me to add me to the list, see https://github.com/flutter/flutter/pull/6833#issuecomment-260418501
-
- 18 Nov, 2016 1 commit
-
-
Günter Zöchbauer authored
-
- 16 Nov, 2016 1 commit
-
-
Michael 'afrolion' Perrotte authored
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
* logger use milliseconds instead of seconds for reporting elapsed time (#5400) * Update authors (#5400) * Remove unnecessary comment
-
- 21 Sep, 2016 1 commit
-
-
Lex Berezhny authored
Adds unit test to verify the initial value of Input widgets.
-
- 08 Apr, 2016 1 commit
-
-
Adam Barth authored
Also, update hello_android to use the new Java class names.
-
- 30 Oct, 2015 1 commit
-
-
Adam Barth authored
-