1. 29 Jan, 2024 1 commit
    • Zachary Anderson's avatar
      Update Android minSdkVersion to 21 (#142267) · 6a6874ec
      Zachary Anderson authored
      This PR increases Android's `minSdkVersion` to 21.
      
      There are two changes in this PR aside from simply increasing the number
      from 19 to 21 everywhere.
      
      First, tests using `flutter_gallery` fail without updating the
      lockfiles. The changes in the PR are the results of running
      `dev/tools/bin/generate_gradle_lockfiles.dart` on that app.
      
      Second, from
      [here](https://developer.android.com/build/multidex#mdex-pre-l):
      > if your minSdkVersion is 21 or higher, multidex is enabled by default
      and you don't need the multidex library.
      
      As a result, the `multidex` option everywhere is obsolete. This PR
      removes all logic and tests related to that option that I could find.
      `Google testing` and `customer_tests` pass on this PR, so it seems like
      this won't be too breaking if it is at all. If needed I'll give this
      some time to bake in the framework before landing the flutter/engine
      PRs.
      
      Context: https://github.com/flutter/flutter/issues/138117,
      https://github.com/flutter/flutter/issues/141277, b/319373605
      6a6874ec
  2. 26 Jan, 2024 1 commit
  3. 24 Jan, 2024 1 commit
  4. 19 Jan, 2024 1 commit
  5. 12 Jan, 2024 1 commit
  6. 09 Jan, 2024 1 commit
  7. 05 Jan, 2024 2 commits
  8. 04 Jan, 2024 1 commit
  9. 03 Jan, 2024 2 commits
  10. 02 Jan, 2024 3 commits
  11. 20 Dec, 2023 1 commit
  12. 19 Dec, 2023 1 commit
  13. 15 Dec, 2023 2 commits
  14. 13 Dec, 2023 1 commit
  15. 12 Dec, 2023 1 commit
  16. 11 Dec, 2023 1 commit
  17. 08 Dec, 2023 1 commit
  18. 07 Dec, 2023 2 commits
  19. 06 Dec, 2023 1 commit
  20. 05 Dec, 2023 1 commit
  21. 29 Nov, 2023 2 commits
  22. 28 Nov, 2023 1 commit
    • Nate's avatar
      Implement `switch` expressions in `dev/` (#139048) · 3267fbc0
      Nate authored
      I previously made a PR (#136140) that used `switch` expressions to make some parts of the Flutter codebase easier to understand. It was assigned to the framework team, and @christopherfujino let me know that it was too large to effectively review and recommended breaking it up into smaller pull requests.
      
      Here's a PR that only targets files in the `dev/` directory. Hopefully this will be easier to work with!
      
      (solves issue https://github.com/flutter/flutter/issues/136139)
      3267fbc0
  23. 16 Nov, 2023 1 commit
  24. 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
  25. 13 Nov, 2023 1 commit
  26. 09 Nov, 2023 1 commit
  27. 03 Nov, 2023 3 commits
  28. 02 Nov, 2023 2 commits
  29. 01 Nov, 2023 1 commit
  30. 31 Oct, 2023 1 commit