- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 16 Oct, 2020 1 commit
-
-
Hamdi Kahloun authored
Date Picker jumps back to initialDatePickerMode after day selection.
-
- 07 Oct, 2020 1 commit
-
-
Darren Austin authored
Migrate Material framework tests to null safety.
-
- 19 Aug, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Aug, 2020 1 commit
-
-
Darren Austin authored
-
- 03 Aug, 2020 2 commits
-
-
Darren Austin authored
-
Hans Muller authored
-
- 28 Jul, 2020 1 commit
-
-
Darren Austin authored
Updated references to the old button classes to the new ones in comments and documentation for tests in the material and cupertino libraries. (#62164)
-
- 23 Jun, 2020 1 commit
-
-
Darren Austin authored
-
- 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
-
- 12 Jun, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 20 May, 2020 1 commit
-
-
Justin McCandless authored
-
- 15 May, 2020 1 commit
-
- 14 May, 2020 2 commits
-
-
Darren Austin authored
-
Justin McCandless authored
-
- 11 May, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit d9882263.
-
Justin McCandless authored
Unrevert of paste button hides when nothing to paste
-
- 10 May, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit d5634982.
-
- 08 May, 2020 2 commits
-
-
Justin McCandless authored
Unreverts #54902 with fixes for a failing integration test.
-
Justin McCandless authored
This reverts commit 053c3881.
-
- 07 May, 2020 1 commit
-
-
Justin McCandless authored
-
- 16 Apr, 2020 1 commit
-
-
Darren Austin authored
-
- 01 Apr, 2020 1 commit
-
-
Darren Austin authored
* Date Picker should honor DialogTheme shape, and elevation.
-
- 30 Mar, 2020 1 commit
-
-
Darren Austin authored
-
- 27 Mar, 2020 1 commit
-
-
Darren Austin authored
Reset autovalidate in the text input form field of the Date Picker when switching back to input mode from calendar mode. (#53434)
-
- 25 Mar, 2020 1 commit
-
-
Darren Austin authored
Date Picker UI redesign
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin 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
-
- 22 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic * make BuildContext.inheritFromWidgetOfExactType generic * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic * make BuildContext.ancestorWidgetOfExactType generic * fix snippet * bump scoped_model on temp version * update names * Revert "bump scoped_model on temp version" This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0. * address review comments * fix ci * address review comments * repeat the deprecation notice * fix uppercase * use of recommanded deprecation syntax * address review comment
-
- 01 Nov, 2019 1 commit
-
-
Brian Egan authored
-
- 10 Oct, 2019 1 commit
-
-
Greg Spencer authored
This attempts to reland #40186 and #41220, that were reverted in #41945. The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed. I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...) Fixes #40101
-
- 09 Oct, 2019 1 commit
-
-
Greg Spencer authored
This adds a Semantics node to the Focus and FocusScope widgets, setting the focused and focusable attributes so that the accessibility subsystem can be told when a control has the input focus. Includes an engine roll to flutter/engine@77252d2, and the following 8 engine changes: flutter/engine@77252d2 Greg Spencer Add missing focusable testing info (flutter/engine#13013) flutter/engine@0e42a29 skia-flutter-.. Roll src/third_party/skia 54548626a977..e27a503a0a21 (1 commits) (flutter/engine#13024) flutter/engine@6b56ed7 gaaclarke Refactor: FlutterDartProject (flutter/engine#13006) flutter/engine@393480c skia-flutter-.. Roll src/third_party/skia 77dde599c98a..54548626a977 (1 commits) (flutter/engine#13023) flutter/engine@080b89d skia-flutter-.. Roll src/third_party/skia 2b1a25a4d324..77dde599c98a (1 commits) (flutter/engine#13021) flutter/engine@90b0f30 Ben Konyi Roll src/third_party/dart f4a72bfc64..bb04f145b2 (18 commits) (flutter/engine#13020) flutter/engine@049fb89 skia-flutter-.. Roll fuchsia/sdk/core/linux-amd64 from q_uYX... to cknsi... (flutter/engine#13019) flutter/engine@6925b2a skia-flutter-.. Roll fuchsia/sdk/core/mac-amd64 from wuAtw... to u0JpE... (flutter/engine#13018) Related Issues Addresses #40101 Landing on red in order to fix the build: it's red because of the needed engine roll.
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 22 Jul, 2019 1 commit
-
-
Alexander Aprelev authored
-
- 16 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 13 Jun, 2019 2 commits
-
-
Dan Field authored
-
Jonah Williams authored
-