1. 05 Apr, 2023 1 commit
    • Brian Quinlan's avatar
      Remove FakeProcessResult for Dart 3 compatibility (#124240) · 855b180e
      Brian Quinlan authored
      Removes code that `implements ProcessResult` since it will be `final` in
      Dart 3.
      
      Fixes https://github.com/flutter/flutter/issues/124237
      
      ## Pre-launch Checklist
      
      - [x] I read the [Contributor Guide] and followed the process outlined
      there for submitting PRs.
      - [x] I read the [Tree Hygiene] wiki page, which explains my
      responsibilities.
      - [x] I read and followed the [Flutter Style Guide], including [Features
      we expect every widget to implement].
      - [x] I signed the [CLA].
      - [x] I listed at least one issue that this PR fixes in the description
      above.
      - [x] I updated/added relevant documentation (doc comments with `///`).
      - [x] I added new tests to check the change I am making, or this PR is
      [test-exempt].
      - [ ] All existing and new tests are passing.
      855b180e
  2. 08 Nov, 2022 1 commit
  3. 04 Nov, 2022 2 commits
    • Chris Bracken's avatar
      Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on... · 01507bab
      Chris Bracken authored
      Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637)" (#114715)
      
      Causes analysis errors:
      
      ```
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:513:5 • always_specify_types
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:514:10 • always_specify_types
         info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:11 • avoid_dynamic_calls
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:48 • always_specify_types
         info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:77 • always_put_control_body_on_new_line
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:516:7 • always_specify_types
         info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:11 • avoid_dynamic_calls
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:51 • always_specify_types
         info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:77 • always_put_control_body_on_new_line
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:519:7 • always_specify_types
         info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:521:11 • avoid_dynamic_calls
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:21 • always_specify_types
         info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:58 • always_put_control_body_on_new_line
        error • The argument type 'dynamic' can't be assigned to the parameter type 'String' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:524:38 • argument_type_not_assignable
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:540:5 • always_specify_types
         info • Avoid escaping inner quotes by converting surrounding quotes • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:541:14 • avoid_escaping_inner_quotes
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:542:5 • always_specify_types
        error • The argument type 'dynamic' can't be assigned to the parameter type 'List<dynamic>' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:544:45 • argument_type_not_assignable
         info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:114:55 • unnecessary_string_escapes
         info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:204:55 • unnecessary_string_escapes
         info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:289:55 • unnecessary_string_escapes
      ```
      
      This reverts commit b187bc47.
      01507bab
    • Naud Ghebre's avatar
      Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637) · b187bc47
      Naud Ghebre authored
      * [fuchsia_remote_debug_protocol] Switch the way we retrieve the vm_service_port from /hub to iquery, on device.
      
      * [fuchsia_remote_debug_protocol] Switch the way we retrieve the vm_service_port from /hub to iquery, on device.
      b187bc47
  4. 22 Jul, 2022 1 commit
    • Rich Kadel's avatar
      Remove outdated Fuchsia concepts (#107335) · 549f70c9
      Rich Kadel authored
      Fuchsia will soon remove all support for Component Framework version 1
      components (recognized by component manifests ending in `.cmx`).
      Notably, some of the `flutter` tool commands for Fuchsia devices--
      notably, but not limited to, those related to CFv1--are outdated, and
      either do not work today or soon won't work.
      
      This PR removes the outdated components and commands, replacing some
      with the newer version, or simply removing the non-working features,
      in some cases.
      549f70c9
  5. 25 May, 2022 1 commit
  6. 27 Apr, 2022 1 commit
  7. 01 Dec, 2021 1 commit
  8. 02 Jun, 2021 1 commit
  9. 21 Apr, 2021 1 commit
  10. 16 Mar, 2021 2 commits
  11. 15 Mar, 2021 1 commit
  12. 27 Jan, 2021 1 commit
  13. 26 Jan, 2021 1 commit
  14. 20 Jan, 2021 1 commit
  15. 22 Sep, 2020 1 commit
  16. 16 Sep, 2020 1 commit
  17. 13 Sep, 2020 1 commit
  18. 12 Sep, 2020 1 commit
    • Satsuki Ueno's avatar
      fuchsia_remote_debug_protocol allows open port on remote device (#63996) · 33f79950
      Satsuki Ueno authored
      * fuchsia_remote_debug_protocol allows open port on remote device
      
      Allows defining a port forwarding function for which the accessible
      port is not on the host device. Examples include tunneling solutions
      where a tunneling program on the same device as the Dart VM exposes
      an open port through which it tunnels connections to the VM.
      
      * Move ssh-specific comment to SshPortForwarder
      33f79950
  19. 18 Mar, 2020 1 commit
  20. 20 Feb, 2020 1 commit
  21. 27 Jan, 2020 1 commit
  22. 17 Jan, 2020 1 commit
  23. 16 Jan, 2020 1 commit
  24. 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
  25. 22 Nov, 2019 1 commit
  26. 14 Nov, 2019 1 commit
  27. 04 Apr, 2019 1 commit
  28. 07 Mar, 2019 1 commit
  29. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  30. 22 Feb, 2019 1 commit
  31. 21 Feb, 2019 1 commit
  32. 22 Jan, 2019 1 commit
  33. 17 Dec, 2018 1 commit
  34. 06 Nov, 2018 3 commits
  35. 10 Oct, 2018 1 commit
  36. 05 Oct, 2018 1 commit
    • Andrew Davies's avatar
      [frdp] Add optional dart isolate filter. (#22590) · 39daab29
      Andrew Davies authored
      * [frdp] Add optional dart isolate filter.
      
      It's now default to filter out non-flutter isolates when searching
      across Dart VM's.  This is due to a possible issue wherein an Isolate
      for testing might have the same name as the flutter Isolate.
      
      In addition, logging messages have been added in dart_vm.dart for
      debugging.
      39daab29