- 14 Jun, 2019 1 commit
-
-
LongCatIsLooong authored
-
- 13 Jun, 2019 5 commits
-
-
Dan Field authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
LongCatIsLooong authored
-
Jonah Williams authored
-
- 12 Jun, 2019 5 commits
-
-
chunhtai authored
-
Todd Volkert authored
* Spacer * MediaQuery * InheritedWidget
-
Todd Volkert authored
This re-applies the changes that were made in #33697 and #33729, but which were reverted in #33792 and #33790, respectively due to the Dart SDK not having received the update within Google yet. The SDK has now rolled, so these changes can be re-applied. https://github.com/flutter/flutter/issues/32374 https://github.com/flutter/flutter/issues/33791
-
Devon Carew authored
This reverts commit 446179f6.
-
Devon Carew authored
* update the Flutter.Frame event to use new engine APIs * add a test * update test
-
- 11 Jun, 2019 5 commits
-
-
Jonah Williams authored
-
LongCatIsLooong authored
-
guoskyhero authored
SearchDelegate hintStyle parameter
-
Neevash Ramdial authored
* Added tool sample for PageController * Fixed text directionality bug
-
LongCatIsLooong authored
-
- 10 Jun, 2019 5 commits
-
-
Anthony authored
The slider track shape for the onPrimaryColors constructor should be rounded, but it was accidentally changed to rectangular in #31681. This change restores the original behavior. This only affects sliders that are themed with SliderThemeData.onPrimaryColors().
-
Jonah Williams authored
-
chunhtai authored
-
Kate Lovett authored
* Updating MediaQuery with viewPadding * Added tests * Fixed test * Updating remove logic & tests * Diagram and documentation * Review feedback
-
Justin McCandless authored
Stop a text editing error from happening
-
- 08 Jun, 2019 2 commits
-
-
Shi-Hao Hong authored
* Fixed indent to properly add to the top and not to the start * Updated Divider documentation
-
Gary Qian authored
-
- 07 Jun, 2019 4 commits
-
-
Gary Qian authored
Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051)
-
Michael Goderbauer authored
-
Amir Hardon authored
This reverts commit ab707aca.
-
- 06 Jun, 2019 10 commits
-
-
Gary Qian authored
-
Amir Hardon authored
When an AndroidView gains focus we invoke the(newly introduced) 'TextInput.setPlatformViewClient' text_input system channel method which sets the platform view as the text input target. When the AndroidView loses focus we send a clearFocus message to platform views system channel(so the engine can clear the focus from the platform view). This PR is going to land before the engine implementation is rolled to the framework, we swallow MissingPluginException for the newly introduced method channel methods so this is a no-op before the engine is ready(after the engine is rolled with the corresponding change I'll remove the logic to swallow the exceptions). The engine counterpart is in: flutter/engine#9203
-
Anthony authored
Creates a Material Design range slider. The range slider is based off the updated slider, with the main difference being that it has 2 thumbs. By default, the thumbs cannot pass each other and both the thumb and the value indicator create a stroke when they are overlapping for better visibility.
-
Michael Goderbauer authored
-
Rubens de Melo authored
* include advice about dispose The same note in https://flutter.dev/docs/cookbook/forms/text-field-changes * Include remember to dispose texteditingcontroller Almost the same note here https://flutter.dev/docs/cookbook/forms/text-field-changes#2-use-a-texteditingcontroller . * include remember to dispose TextEditingController and link to see also * remove extras spaces and duplicated comment * include details about using Positioned.fill * Revert "include details about using Positioned.fill" This reverts commit c06196f8884d20c547d97edae71d26f7a61701be. * rever comment about Positioned.fill * Include of and remove extra white space Include of and remove extra white space in the end of line * improve link description to cookbook /// * Learn how to use a [TextEditingController] in one of our [cookbook recipe]s.(https://flutter.dev/docs/cookbook/forms/text-field-changes#2-use-a-texteditingcontroller) * include of, remove extra white space and improve description link to cookbook. include of, remove extra white space and improve description link to cookbook. * include of, remove extra white space and improve link description to cookbook include of, remove extra white space and improve link description to cookbook * include of, remove extra white space and improve link description to cookbook include of, remove extra white space and improve link description to cookbook * remove extra white spaces * remove extra white space
-
Zachary Anderson authored
Revert "Add currentSystemFrameTimeStamp to SchedulerBinding (#33886)" This reverts commit 61b83d32.
-
Gary Qian authored
-
Michael Goderbauer authored
-
Greg Spencer authored
This fixes a rather embarrassing bug in ShortcutManager that happened because I forgot to add the tests I meant to add. This fixes the bug, and adds the tests.
- 05 Jun, 2019 3 commits
-
-
-
Greg Spencer authored
This adds support for game controller buttons. It adds some supplemental USB HID codes that aren't available from the Chromium source code, and maps those on Android to the game pad buttons that Android supports. Other platforms are not supported yet.
-
K. P. Sroka authored
Convert scheduling to use `scheduleMicrotask` instead of `Timer.run`
-