1. 15 Dec, 2023 1 commit
  2. 11 Dec, 2023 1 commit
    • Renzo Olivares's avatar
      Fix SelectionArea select-word edge cases (#136920) · f60e54b2
      Renzo Olivares authored
      This change fixes issues with screen order comparison logic when rects are encompassed within each other. This was causing issues when trying to select text that includes inline `WidgetSpan`s inside of a `SelectionArea`.
      
      * Adds `boundingBoxes` to `Selectable` for a more precise hit testing region.
      
      Fixes #132821
      Fixes updating selection edge by word boundary when widget spans are involved.
      Fixes crash when sending select word selection event to an unselectable element.
      f60e54b2
  3. 15 Nov, 2023 1 commit
    • Srujan Gaddam's avatar
      Pin package:web 0.4.0 (#138428) · d8ffc739
      Srujan Gaddam authored
      This version is needed so that dart:js_interop can move to extension
      types. Also adds some code to handle some breaking changes:
      
      - Body -> Response. Body was an IDL interface mixin type we exposed in
      dart:html. Going forward, users should either use Request or Response.
      - Casts to JSAny. These are temporary until we move package:web types to
      extension types. Currently, package:web types can't implement JSObject
      as JSObject will move to be an extension type itself.
      Co-authored-by: 's avatarKevin Moore <kevmoo@users.noreply.github.com>
      d8ffc739
  4. 20 Sep, 2023 1 commit
  5. 06 Jul, 2023 1 commit
  6. 15 Jun, 2023 1 commit
  7. 14 Jun, 2023 1 commit
  8. 24 May, 2023 1 commit
  9. 23 Mar, 2023 1 commit
  10. 21 Mar, 2023 1 commit
  11. 21 Dec, 2022 1 commit
  12. 10 Aug, 2022 1 commit