1. 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
  2. 21 Mar, 2022 1 commit
  3. 01 Mar, 2022 1 commit
  4. 03 Feb, 2022 1 commit
  5. 21 Jan, 2022 1 commit
    • Marcel Kirchhoff's avatar
      Call image stream listeners asynchronously if added asynchronously (#95525) · c1e24765
      Marcel Kirchhoff authored
      * Call image stream listeners with new flag
      
      * Make _synchronousCall private
      
      * Rename _synchronousCall parameter to be more descriptive and add more documentation
      
      * Rename _hasInitialListeners to _addingInitialListeners and provide a better explanation
      
      * Formatting fix
      
      * Add tests
      
      * Remove dependency on decoration_test.dart
      
      * Simplify tests
      
      * Remove empty line in comment
      
      * Documentation
      
      * Trigger tests
      
      * Trigger tests
      
      * Flip boolean value
      c1e24765
  6. 11 Dec, 2021 1 commit
  7. 07 Dec, 2021 1 commit
  8. 18 Aug, 2021 1 commit
  9. 15 Jul, 2021 1 commit
  10. 14 Jul, 2021 3 commits
  11. 13 Jul, 2021 2 commits
  12. 01 Jul, 2021 1 commit
  13. 28 May, 2021 1 commit
  14. 23 Apr, 2021 1 commit
  15. 15 Apr, 2021 1 commit
  16. 03 Feb, 2021 1 commit
  17. 23 Dec, 2020 1 commit
  18. 17 Dec, 2020 1 commit
  19. 11 Dec, 2020 1 commit
  20. 31 Oct, 2020 1 commit
  21. 30 Oct, 2020 1 commit
  22. 06 Oct, 2020 1 commit
  23. 05 Oct, 2020 1 commit
  24. 01 Oct, 2020 3 commits
    • Dan Field's avatar
      Revert dispose images when done (#67100) · 473358d9
      Dan Field authored
      * Revert "docs for image disposal (#67066)"
      
      This reverts commit bcb2ac5a.
      
      * Revert "Dispose of images after using them (#66688)"
      
      This reverts commit a7954691.
      473358d9
    • Dan Field's avatar
      docs for image disposal (#67066) · bcb2ac5a
      Dan Field authored
      bcb2ac5a
    • Dan Field's avatar
      Dispose of images after using them (#66688) · a7954691
      Dan Field authored
      * Dispose of images after using them
      Adds ImageInfo.clone, ImageInfo.dispose, and ImageInfo.isCloneOf.
      Makes all stateful holders of ui.Image objects properly clone and dispose of them.
      Behavior change for ImageStreamCompleter: Removing the last listener after registering at least one listener results in the object being disposed, and new listeners cannot be added, unless a keepAlive handle is created.
      Makes all non-stateful holders of ui.Image (i.e. paintImage and RawImage) assert that whoever gave the image to them has not disposed it on them.
      a7954691
  25. 04 Aug, 2020 3 commits
  26. 28 Jul, 2020 1 commit
  27. 26 Jun, 2020 1 commit
  28. 11 Jun, 2020 2 commits
  29. 22 Apr, 2020 1 commit
  30. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      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.
      210f4d83
  31. 04 Mar, 2020 1 commit
  32. 27 Feb, 2020 1 commit