1. 19 Jul, 2023 1 commit
    • Greg Price's avatar
      Fix contradictory advice in "detach" docs; cut redundancy in "attach" (#130688) · f0039119
      Greg Price authored
      Fixes #115525.
      
      On [AbstractNode.detach] and its two progeny [RenderNode.detach]
      and [Layer.detach], the docs said both to call the inherited method
      before detaching children, and to end by doing so.  The former
      advice is what's enforced by an assertion in the base implementation,
      so cut out the other.
      
      The corresponding [attach] methods redundantly said twice to
      call the inherited method first, so cut the redundancy.
      Leave in place the version more recently added (in #76021), because
      that PR shows the old version must have been easy to overlook.
      f0039119
  2. 16 Jun, 2023 1 commit
  3. 23 Jan, 2023 1 commit
  4. 25 May, 2022 1 commit
    • Pierre-Louis's avatar
      Use `curly_braces_in_flow_control_structures` for `foundation`, `gestures`,... · 9cc72df7
      Pierre-Louis authored
      Use `curly_braces_in_flow_control_structures` for `foundation`, `gestures`, `painting`, `physics` (#104610)
      
      * Use `curly_braces_in_flow_control_structures` for `foundation`
      
      * Use `curly_braces_in_flow_control_structures` for `gestures`
      
      * Use `curly_braces_in_flow_control_structures` for `painting`
      
      * Use `curly_braces_in_flow_control_structures` for `physics`
      
      * fix comments
      
      * remove trailing space
      
      * fix TODO style
      9cc72df7
  5. 18 Feb, 2021 1 commit
  6. 15 Jul, 2020 1 commit
  7. 11 Jun, 2020 1 commit
  8. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  9. 27 Jun, 2018 1 commit
  10. 01 Nov, 2017 1 commit
  11. 21 Sep, 2017 1 commit
  12. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  13. 19 Apr, 2017 1 commit
  14. 21 Feb, 2017 1 commit
  15. 10 Jan, 2017 1 commit
  16. 19 Nov, 2016 1 commit
  17. 10 Nov, 2016 1 commit
  18. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  19. 20 Sep, 2016 1 commit
  20. 07 Jul, 2016 1 commit
  21. 01 Jul, 2016 1 commit
    • Adam Barth's avatar
      Update use of `@protected` (#4805) · 8c535ad7
      Adam Barth authored
      Now that protected can be accessed from inside the same library, we can
      use protected in a number of new places and we can remove some
      trampolines we were using to work around its previous semantics.
      8c535ad7
  22. 01 Jun, 2016 2 commits
  23. 24 Mar, 2016 1 commit
  24. 11 Dec, 2015 1 commit
  25. 09 Oct, 2015 1 commit
  26. 08 Sep, 2015 1 commit
  27. 30 Aug, 2015 1 commit
  28. 28 Jul, 2015 2 commits
  29. 16 Jul, 2015 1 commit