- 06 May, 2023 1 commit
-
-
Loïc Sharma authored
Enables running the `layers` example on Linux and Windows. Part of https://github.com/flutter/flutter/issues/126033
-
- 13 Jan, 2023 1 commit
-
-
Loïc Sharma authored
* Add Linux support for the UI integration test project * Add Linux run console test
-
- 07 Dec, 2022 1 commit
-
-
Robert Ancell authored
Add Linux files for hello_world and platform_channel examples
-
- 14 Jan, 2022 1 commit
-
-
stuartmorgan authored
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 18 Mar, 2021 1 commit
-
-
Marcus Tomlinson authored
* Revert "Add libgcrypt as an explicit dependancy on Linux" This reverts commit bf65b3d03ccdc1dd21c09f34d600d72b0636a784. * libblkid & liblzma not explicitly required either
-
- 12 Mar, 2021 1 commit
-
-
Marcus Tomlinson authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 22 Dec, 2020 1 commit
-
-
J-P Nurmi authored
-
- 16 Nov, 2020 1 commit
-
-
Marcus Tomlinson authored
-
- 05 Aug, 2020 1 commit
-
-
Marcus Tomlinson authored
-
- 23 Jun, 2020 1 commit
-
-
stuartmorgan authored
-
- 16 Jun, 2020 1 commit
-
-
stuartmorgan authored
Updates the tooling to use the GTK embedding, rather than the GLFW embedding: - Adds new requirements to `doctor` - Updates the app and plugin templates to make GTK-based runners and plugins - Stops downloading and installing the GLFW artifacts Final part of #54860, other than cleanup.
-
- 11 Jun, 2020 1 commit
-
-
Marcus Tomlinson authored
* Explicitly install the Flutter library * Publish ${FLUTTER_LIBRARY} to parent scope * Bundle plugin libraries * Bundle <plugin_name>_bundled_libraries too * BUNDLED_LIBRARIES -> PLUGIN_BUNDLED_LIBRARIES * Update Linux plugin test * Address review comments
-
- 27 May, 2020 1 commit
-
-
stuartmorgan authored
The CMake plugin build wasn't setting visibility to hidden by default, which meant that plugins exported everything by default. This would make bad interactions between plugins much more likely; only the intended API should be exported by the shared library.
-
- 20 May, 2020 1 commit
-
-
stuartmorgan authored
Re-adds a line that was accidentally removed in #57515
-
- 18 May, 2020 1 commit
-
-
stuartmorgan authored
The Linux CMakeLists.txt are intended to be compatible with 3.10, but accedintally used a list construct that wasn't added until 3.12. This adds a custom replacement function. This makes the build compatible with 3.10 as originally intended.
-
- 16 May, 2020 1 commit
-
-
stuartmorgan authored
Updates the Linux templates to use CMake+ninja, rather than Make, and updates the tooling to generate CMake support files rather than Make support files, and to drive the build using cmake and ninja. Also updates doctor to check for cmake and ninja in place of make. Note: While we could use CMake+Make rather than CMake+ninja, in testing ninja handled the tool_backend.sh call much better, calling it only once rather than once per dependent target. While it does add another dependency that people are less likely to already have, it's widely available in package managers, as well as being available as a direct download. Longer term, we could potentially switch from ninja to Make if it's an issue. Fixes #52751
-