- 03 Dec, 2019 1 commit
-
-
Kate Lovett authored
-
- 27 Nov, 2019 2 commits
-
-
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
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 20 Nov, 2019 2 commits
-
-
Todd Volkert authored
This reverts commit 421bf647. Was causing severe breakages in Google.
-
Anthony authored
Update the Slider and RangeSlider to the latest Material spec. This introduces an updated track, updated thumbs, updated tick marks, and a new value indicator shape. The old paddle value indicator shape is also updated so that text scaling works consistently.
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 18 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Sep, 2019 1 commit
-
-
Shouichi Kamiya authored
-
- 20 Aug, 2019 1 commit
-
-
Darren Austin authored
* Added new ButtonBarTheme to replace the deprecated ButtonTheme.bar method. * Responding to PR feedback. * [Material] Create material Banner component (#36880) This PR creates a new material widget for the Banner component. This includes a theme as well. This widget can be dropped into any application, ideally at the top of a listview or scrollview. (cherry picked from commit 35b6d668) Removed the use of ButtonTheme.bar in the Banner implementation. * Updated documentation from PR review comments.
-
- 12 Aug, 2019 1 commit
-
-
rami-a authored
-
- 09 Aug, 2019 1 commit
-
-
rami-a authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 28 Jun, 2019 1 commit
-
-
Anthony authored
Fix the Expansion Panel flutter_gallery demo by wrapping the Slider in a padded Container so that the value indicator does not get clipped.
-
- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Jun, 2019 1 commit
-
-
Anthony authored
Update the flutter_gallery Slider demo by aligning the text field in the first slider, adding range slider examples (including custom range thumbs), and separating single slider and range slider examples with tabs.
-
- 06 Jun, 2019 1 commit
-
-
LongCatIsLooong authored
-
- 21 May, 2019 1 commit
-
-
Darren Austin authored
-
- 20 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 15 May, 2019 1 commit
-
-
Darren Austin authored
Removed the GestureDetector from the modal bottom sheet that dismissed it on tap and updated several tests to accommodate this change.
-
- 02 May, 2019 1 commit
-
-
MH Johnson authored
* add text style params * add icon theme params * Added tests
-
- 24 Apr, 2019 2 commits
-
-
rami-a authored
This PR introduces a number of changes and improvements to snack bars. This includes the ability to specify: floating style of snack bars that adhere to the updated Material spec elevation and shape on the SnackBar itself instead of relying on fixed values a snackBarTheme as part of ThemeData which allows you to customize all of the above on an app-wide level. This PR is includes the changes from #21484 as well as additional fixes and modifications. Thanks to @NikoYuwono for providing these changes and getting this off the ground!
-
Anthony authored
Adds an adaptive constructor for the Material Slider. An adaptive widget is one that renders itself as Material on Android, and Cupertino on iOS. This work is based off of a similar feature on Switches: bbb080b3#diff-fe2bb980c6207699cbf45538fe927afa. The motivation for this change is that we should provide adaptive constructors for as many widgets as necessary in the Material library. In Material, it is suggested that the slider is an iOS-style slider.
-
- 05 Apr, 2019 1 commit
-
-
Taym Haddadi authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 22 Feb, 2019 2 commits
-
-
rami-a authored
* Minor UI tweaks to Cards demo based on internal feedback * Analyzer * Tweak ink ripple opacity * Address PR feedback
-
Hans Muller authored
-
- 12 Feb, 2019 1 commit
-
-
rami-a authored
[Material] Update the card demo in the Gallery to demonstrate different uses of the Card widget (#27699) Additionally, this adds a tappable Card example to the Card documentation.
-
- 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>
-
- 01 Feb, 2019 1 commit
-
-
MhdHejazi authored
-
- 18 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Jan, 2019 1 commit
-
-
jslavitz authored
* the onStart callback will report the location of the pointer where it wins the gesture arena by default instead of the pointer down location. Fixes all tests related to changing this default value.
-
- 08 Jan, 2019 2 commits
-
-
Michael Goderbauer authored
-
- 07 Jan, 2019 1 commit
-
-
jslavitz authored
* Adds start behavior option to the drag gesture recognizer and makes it the default option when a drag gesture recognizer is created. Also fixes all the tests to work correctly with the new default behavior.
-
- 04 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-