- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jan, 2022 3 commits
-
-
Swift Kim authored
-
Danny Tuppeny authored
Fixes https://github.com/flutter/flutter/issues/96931.
-
Jenn Magder authored
-
- 19 Jan, 2022 3 commits
-
-
Jenn Magder authored
-
stuartmorgan authored
-
Jenn Magder authored
-
- 18 Jan, 2022 1 commit
-
-
wangying authored
-
- 15 Jan, 2022 1 commit
-
-
keyonghan authored
-
- 14 Jan, 2022 3 commits
-
-
Jenn Magder authored
-
stuartmorgan authored
-
Jonah Williams authored
-
- 13 Jan, 2022 5 commits
-
-
Pooja Bhaumik authored
-
Spt authored
-
stuartmorgan authored
-
Emmanuel Garcia authored
* Bump video_player in flutter gallery * Update packages * Update dependencies * Bump device_info * Update dev/devicelab/bin/tasks/build_ios_framework_module_test.dart Co-authored-by:
Jenn Magder <magder@google.com> * Update dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart Co-authored-by:
Jenn Magder <magder@google.com> * Update dev/devicelab/bin/tasks/module_test.dart Co-authored-by:
Jenn Magder <magder@google.com> * Remove deprecated device_info from ios-frameworks test Co-authored-by:
Jenn Magder <magder@google.com>
-
Chris Bracken authored
When desktop support is not present in an existing project, certain flutter tool commands raise an error that direct the user to documentation on how to add desktop support to an existing Flutter project. In a recent revamp of the webside, the URL was very slightly changed (flutter.dev -> docs.flutter.dev). This updates the error message to output the new URL. Issue: https://github.com/flutter/flutter/issues/94398
-
- 11 Jan, 2022 2 commits
-
-
Utibeabasi Umanah authored
-
Emmanuel Garcia authored
-
- 10 Jan, 2022 4 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Greg Spencer authored
-
- 08 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 06 Jan, 2022 4 commits
-
-
crisboarna authored
-
crisboarna authored
-
Jenn Magder authored
-
Jenn Magder authored
-
- 05 Jan, 2022 2 commits
-
-
Jenn Magder authored
-
Lau Ching Jun authored
* Add a new PrebuiltFlutterApplicationPackage interface. * Review feedback * Rename bundleDir to uncompressedBundle
-
- 04 Jan, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 5257f029.
-
Daco Harkes authored
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop. * Sample code doing a synchronous FFI call. * Sample code doing a long running synchronous FFI call on a helper isolate. * Use of `package:ffigen` to generate the bindings.
-
- 29 Dec, 2021 1 commit
-
-
Christopher Fujino authored
-
- 23 Dec, 2021 2 commits
-
-
Jenn Magder authored
Revert "[flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait" (#95747)
-
Jenn Magder authored
-
- 22 Dec, 2021 5 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Lau Ching Jun authored
Fixes the test brekage and reverts commit caed03df.
-
Zachary Anderson authored
This reverts commit 2b46ea44.
-
Lau Ching Jun authored
* Add an option for flutter daemon to listen on a TCP port Added a new class DaemonConnection to reuse the connection handling between daemon server and client, and handle connection with different medium (stdio, socket). Added a new option `listen-on-tcp-port` to the flutter daemon command, when passed, the daemon will accept commands on a port instead of stdio. * Review feedback and add test for TcpDaemonStreams * Review feedbacks
-