- 18 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 16 Jun, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit b3c237ce.
-
- 15 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 18 May, 2020 1 commit
-
-
Pedro Massango authored
-
- 28 Apr, 2020 1 commit
-
-
Justin McCandless authored
-
- 22 Apr, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Apr, 2020 1 commit
-
-
Christian Mürtz authored
-
- 20 Mar, 2020 1 commit
-
-
Yegor authored
-
- 14 Jan, 2020 1 commit
-
-
Prerak Mann 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
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Sep, 2019 1 commit
-
-
Greg Spencer authored
This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field. Fixes #33985
-
- 28 Aug, 2019 1 commit
-
-
Justin McCandless authored
-
- 02 Aug, 2019 1 commit
-
-
chunhtai authored
-
- 27 Jun, 2019 1 commit
-
-
Kasper authored
-
- 03 Jun, 2019 1 commit
-
-
chunhtai authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Jan, 2019 1 commit
-
-
Justin McCandless authored
* Allow a widget to be specified for the textfield count, and allow no count at all * Test all possible states for counter and counterText * Docs for counter * counter is a function that generates a widget * Tests use counter as function * Fix analyze error in docs * InputDecoration has counter widget, TextField has buildCounter function * InputDecorator tests expect counter to be widget again and include buildCounter * counter widget example that might actually fit * Clarify accessiblity concerns in docs * Include isFocused param for accessibility * Fix analyze error * Improve docs per code review * Rearrange getEffectiveDecoration a bit for clarity * Fix analyze error about hashValues params * Clean up docs and redundant code per code review * Code review doc improvement * Automatically wrap buildCounter widget in a Semantics widget for accessibility
-
- 11 Dec, 2018 1 commit
-
-
Justin McCandless authored
* cursor fields on textformfield * Test pass-through of cursor properties
-
- 16 Oct, 2018 1 commit
-
-
jslavitz authored
* Fix form field validate method being called if form field is disabled
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 19 Jul, 2018 1 commit
-
-
matthew-carroll authored
Added textInputAction parameter to TextFormField that forwards to TextField, added onEditingComplete parameter to TextField that forwards to EditableText, added onEditingComplete parameter to TextFormField that forwards to TextField. (#19397) (#19427)
-
- 02 Jul, 2018 1 commit
-
-
matthew-carroll authored
* Support all keyboard actions. (#11344)
-
- 26 Jun, 2018 1 commit
-
-
Ian Hickson authored
-
- 09 Apr, 2018 1 commit
-
-
Roberto Scaramuzzi authored
* Update text_form_field.dart * Update text_form_field_test.dart * Update text_form_field_test.dart * Update text_form_field_test.dart
-
- 03 Jan, 2018 1 commit
-
-
xster 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
-