- 02 Feb, 2023 1 commit
-
-
Christopher Fujino authored
* roll packages * fix dwds * empty --------- Co-authored-by: fluttergithubbot <fluttergithubbot@gmail.com>
-
- 30 Jan, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 27 Jan, 2023 1 commit
-
-
Danny Tuppeny authored
-
- 24 Jan, 2023 1 commit
-
-
Christopher Fujino authored
* roll pub deps and remove archive, crypto, typed_data from allow-list * un-comment code
-
- 19 Jan, 2023 1 commit
-
-
Danny Tuppeny authored
Update test expectations from application/javascript -> text/javascript `package:mime` now uses `text/javascript` and not `application/javascript`. See https://github.com/dart-lang/mime/pull/76. See https://datatracker.ietf.org/doc/html/rfc9239. > This document defines equivalent processing requirements for the various script media types. The most widely supported media type in use is `text/javascript`; all others are considered historical and obsolete aliases of `text/javascript`.
-
- 04 Jan, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 20 Dec, 2022 4 commits
-
-
Flutter GitHub Bot authored
-
Zachary Anderson authored
Revert "Manual roll Flutter Engine from 339791f190fa to 7ee3bf518036 (1 revision) #117367 (#117372)" (#117396) This reverts commit 61fb6ea2.
-
Siva authored
-
Michael Goderbauer authored
* Bump min SDK to 2.19.0-0 * fix
-
- 14 Dec, 2022 1 commit
-
-
Alexander Markov authored
-
- 12 Dec, 2022 1 commit
-
-
Christopher Fujino authored
* pin path_provider_android * make path_provider_android non-transitive * roll
-
- 09 Dec, 2022 1 commit
-
-
Siva authored
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105) * Bump SDK versions. * Bump Dart SDK version constraints * Update shrine package to 2.0.1 (null safe version) * Fix more tests. * Include patches from Jason for min android sdk version * Fix analyzer warning
-
- 02 Dec, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit ce942302.
-
Christopher Fujino authored
* pin path_provider_android * remove constraint that only explicit dependencies can be pinned * roll packages
-
- 18 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* add package:archive to pins * roll
-
- 17 Nov, 2022 1 commit
-
-
Devon Carew authored
* rev package:pub_semver to the latest version * revert update_packages.dart changes
-
- 08 Nov, 2022 1 commit
-
-
Naud Ghebre authored
-
- 04 Nov, 2022 2 commits
-
-
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.
-
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.
-
- 28 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 21 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 20 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 17 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 06 Oct, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 26 Sep, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 22 Sep, 2022 2 commits
-
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
- 20 Sep, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 12 Sep, 2022 1 commit
-
-
Flutter GitHub Bot authored
-
- 09 Sep, 2022 1 commit
-
-
Christopher Fujino authored
-
- 02 Sep, 2022 2 commits
-
-
Elliott Brooks (she/her) authored
-
Pierre-Louis authored
-
- 25 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 17 Aug, 2022 1 commit
-
-
Alexander Aprelev authored
* Introduce stubbed `exclusive` parameter to `File.create`-overridden method. This is to soften landing of a breaking change https://github.com/dart-lang/sdk/issues/49647
-
- 12 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 11 Aug, 2022 3 commits
-
-
Christopher Fujino authored
This reverts commit da036da6.
-
Flutter GitHub Bot authored
-
Greg Spencer authored
Committing to green the build.
-
- 10 Aug, 2022 1 commit
-
-
Flutter GitHub Bot authored
-