1. 15 Dec, 2022 6 commits
    • Martin Kustermann's avatar
      Improve documentation of `compute()` function (#116878) · fc3571ef
      Martin Kustermann authored
      This improves the documentation of the `compute()` function as follows:
      
        * Instead of making `compute` a top-level constant, we make it a
          function. This allows the generated API docs to show a function
          signature with parameters and their names, making it *much* clearer
          to users what function is being documented.
      
        * We mention that on web-backends this is running `compute()` on the
          normal eventloop whereas on on native platforms it runs in a
          separate isolate.
      
        * We mention that callback, message and result have to be sendable
          across isolates. We also mention that they may be copied.
      
        * We link to both `Isolate.run` & `SendPort.send` for more information.
      
        * We use `M` for the type of `message` instead the rather confusing
          `Q`.
      fc3571ef
    • Justin McCandless's avatar
      Fix typos in scale gesture recognizer docs (#117116) · dcd2170d
      Justin McCandless authored
      Just two small typo fixes.
      dcd2170d
    • engine-flutter-autoroll's avatar
      Roll Plugins from 10c029399b3a to 78de28ca21c7 (4 revisions) (#117145) · 47300e0a
      engine-flutter-autoroll authored
      * 00b77e4cc Roll Flutter from 15af8178 to 028c6e29 (13 revisions) (flutter/plugins#6843)
      
      * b2cdcb69a [camera_android_camerax] `unnecessary_parenthesis` lint fix (flutter/plugins#6841)
      
      * 3a093e49b [various] Enable avoid_print (flutter/plugins#6842)
      
      * 78de28ca2 [webview_flutter_platform_interface] Updates platform interface to new interface (flutter/plugins#6846)
      47300e0a
    • Jonah Williams's avatar
      169b49fb
    • Michael Goderbauer's avatar
      409a39da
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 0a6a4a58f4f7 to db5605ea7115 (11 revisions) (#117109) · 9aa2ea15
      engine-flutter-autoroll authored
      * 1a1b1feee Roll Skia from 537e1e8c1ca6 to 729ccbfb87bc (7 revisions) (flutter/engine#38277)
      
      * 3b18821e1 Roll Fuchsia Linux SDK from A0jnUUORf2LQu1z2V... to e2lfUFBW5ddtTZBbw... (flutter/engine#38280)
      
      * beb94ea2c Roll Skia from 729ccbfb87bc to 3171deabd88a (4 revisions) (flutter/engine#38279)
      
      * 8f9071ab9 Roll Fuchsia Mac SDK from FQQdl8AGAsALFniHl... to u-tC0QEGUT4xQ4KOo... (flutter/engine#38282)
      
      * aa78cd8d6 add link to website (flutter/engine#38273)
      
      * 955447b35 pylint all Python scripts under testing/ (flutter/engine#38268)
      
      * 3f22e1958 [web] correct float count in runtime effect (flutter/engine#38288)
      
      * 479bb736f Fix issues related to keyboard inset (flutter/engine#37719)
      
      * 6cd85616b [macOS] Refactor rendering infrastructure (flutter/engine#37789)
      
      * d1533d12b [web] Make Canvaskit's malloc more useful (flutter/engine#38130)
      
      * db5605ea7 Fix new `unnecessary_parenthesis` diagnostics. (flutter/engine#38291)
      9aa2ea15
  2. 14 Dec, 2022 17 commits
  3. 13 Dec, 2022 17 commits