- 05 Dec, 2023 1 commit
-
-
Kate Lovett authored
Part of https://github.com/flutter/flutter/issues/139243 Deprecated in https://github.com/flutter/flutter/pull/109702 The replacement for focusScopeNode is focusNode.enclosingScope
-
- 29 Nov, 2023 1 commit
-
-
Greg Spencer authored
Part of https://github.com/flutter/flutter/issues/139243 ## Description This removes the `PlatformMenuBar.body` attribute and constructor parameter, since its deprecation period has elapsed. ## Tests - No tests were using the deprecated attribute, so no tests were removed. #FlutterDeprecations
-
- 27 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Make Element tree root generic
-
- 14 Mar, 2023 1 commit
-
-
Kate Lovett authored
Update ScrollableDetails for 2D scrolling
-
- 01 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Deprecate MediaQuery[Data].fromWindow * ++ * dart fix
-
- 31 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* Remove deprecated AnimatedSize.vsync parameter * add dartfix * Update packages/flutter/lib/fix_data/fix_widgets/fix_widgets.yaml * Update packages/flutter/lib/fix_data/fix_widgets/fix_widgets.yaml --------- Co-authored-by: Kate Lovett <katelovett@google.com>
-
- 09 Dec, 2022 1 commit
-
-
Callum Moffat authored
-
- 08 Nov, 2022 1 commit
-
-
Kate Lovett authored
* Refactor fix_data.yaml * ++ * lib, not lib/src * Nit * Nit * Update packages/flutter/test_fixes/material/app_bar_theme.dart Co-authored-by: Alexander Dahlberg <dustbin4ever@gmail.com> * Fix copy paste errors Co-authored-by: Alexander Dahlberg <dustbin4ever@gmail.com>
-
- 19 Sep, 2022 1 commit
-
-
Kate Lovett authored
-
- 18 Mar, 2022 1 commit
-
-
chunhtai authored
* Add fadeDuration back to TextSelectionOverlay * fix build and add dart fix * format * add test
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 24 Jan, 2022 1 commit
-
-
Kate Lovett authored
-
- 17 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 11 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 3 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
Kate Lovett authored
-
- 25 Jun, 2021 1 commit
-
-
Kate Lovett authored
-
- 16 Apr, 2021 1 commit
-
-
Kate Lovett authored
-
- 23 Feb, 2021 1 commit
-
-
Kate Lovett authored
-
- 28 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 22 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 16 Jan, 2021 1 commit
-
-
Kate Lovett authored
Add fixes for autovalidate deprecation in Form, FormField, TextFormField, and DropdownButtonFormField (#73996)
-
- 15 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 08 Jan, 2021 2 commits
-
-
Michael Goderbauer authored
-
Kate Lovett authored
-
- 07 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 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.
-
- 19 Nov, 2019 1 commit
-
-
Greg Spencer authored
I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop. The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
-
- 25 Sep, 2019 1 commit
-
-
Greg Spencer authored
This enables the manual tests to be built on a macOS desktop machine in desktop mode. I created the macos directory by using flutter create --macos
-
- 02 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-