- 11 Jul, 2022 1 commit
-
-
Darren Austin authored
Refactor gen_defaults to support multiple generated code blocks in the same file independently. (#107278)
-
- 15 Jun, 2022 1 commit
-
-
Darren Austin authored
-
- 08 Jun, 2022 1 commit
-
-
Pierre-Louis authored
* Improve `useMaterial3` documentation * reverse styles and components * tweak language around support * Update theme_data.dart * remove trailing space * Update packages/flutter/lib/src/material/theme_data.dart Co-authored-by:
Darren Austin <darren@darrenaustin.org> * add missing spec links * remove spec links from useMaterial3 * move defaults section up, rejig things * spaces no longer trailing * spaces no longer trailing (2) Co-authored-by:
Darren Austin <darren@darrenaustin.org>
-
- 07 Jun, 2022 1 commit
-
-
Darren Austin authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 10 May, 2022 1 commit
-
-
Darren Austin authored
-
- 27 Apr, 2022 1 commit
-
-
Pierre-Louis authored
-
- 20 Apr, 2022 1 commit
-
-
Taha Tesser authored
-
- 23 Mar, 2022 1 commit
-
-
Darren Austin authored
-
- 09 Mar, 2022 1 commit
-
-
Darren Austin authored
-
- 08 Mar, 2022 1 commit
-
-
Darren Austin authored
Also added the Card tokens to the exported list.
-
- 01 Mar, 2022 1 commit
-
-
Viren Khatri authored
* migrates lib/foundation and lib/widgets * migrates lib/painting and lib/material * migrates lib/cupertino, lib/gestures, lib/services, lib/semantics and lib/rendering * fixes failing tests * migrates test/ * improves hashing of lists
-
- 28 Feb, 2022 1 commit
-
-
Darren Austin authored
Added the navigation_rail.json as well.
-
- 11 Feb, 2022 1 commit
-
-
Darren Austin authored
-
- 08 Feb, 2022 1 commit
-
-
Darren Austin authored
-
- 06 Dec, 2021 1 commit
-
-
Rami authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 14 Jun, 2021 1 commit
-
-
Kate Lovett authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Mar, 2021 1 commit
-
-
Hans Muller authored
-
- 20 Jan, 2021 1 commit
-
-
stuartmorgan authored
macOS was sharing the iOS font theme, but the names of the underlying fonts differ between the two platforms, so this was actually using the fallback font from the engine. Instead of using the underlying font names on macOS, which is no longer allowed by CoreText, use the meta-font returned by systemFontOfSize: This has been verified on 10.15; older versions of macOS may need different font names as the handling of these fonts have changed over time. Fixing older versions as necessary will be handled in a follow-up. See https://github.com/flutter/flutter/issues/57805
-
- 04 Dec, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
* Fix even more unresolved doc references in material * ++ * ++
-
- 28 Jul, 2020 1 commit
-
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 10 Jun, 2020 1 commit
-
-
Hans Muller authored
-
- 11 Mar, 2020 1 commit
-
-
Greg Spencer authored
This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class. It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
-
- 06 Mar, 2020 1 commit
-
-
Masayuki Ono 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
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 13 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/material * address review comments
-
- 03 Dec, 2019 1 commit
-
-
Dan Field 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.
-
- 05 Jun, 2019 1 commit
-
-
Kate Lovett authored
-
- 09 Jan, 2019 1 commit
-
-
Ben Konyi authored
-
- 07 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
-