Robert Ancell
|
bdbffa11cd
|
Fix code style in Linux embedder template (#176256)
As noticed by Gemini in another PR
|
2025-10-07 02:14:21 +00:00 |
|
Robert Ancell
|
5d5355f48d
|
Show window on first frame on Linux (#170844)
Wait for the first Flutter frame before showing the window. This avoids
showing a window with empty Flutter content, which defaults to a black
background.
Part of https://github.com/flutter/flutter/issues/55427
Fixes https://github.com/flutter/flutter/issues/118269
|
2025-06-22 22:46:36 +00:00 |
|
Robert Ancell
|
d43d3928c0
|
Set the background in the Linux template (#170841)
Defaults to the same black as before, but this makes it easier for this
to be overridden if necessary.
|
2025-06-20 15:45:35 +00:00 |
|
Matan Lurey
|
0ffc4ce00e
|
Remove --template=skeleton and add a placeholder error message instead. (#160695)
Closes https://github.com/flutter/flutter/issues/160673.
Does the following:
- Renames `FlutterProjectType` to `FlutterTemplateType`; did some
enhanced enum cleanups while at it
- Creates a hierarchy of `RemovedFlutterTemplateType` from
`ParsedFlutterTemplateType`
- Removes the `skeleton` directory
- Merges `app_shared` back into `app` (no longer required now that
`skeleton` is removed)
Final cleanups are tracked in
https://github.com/flutter/flutter/issues/160692.
(Added @zanderso just to spot check this is what he meant by
https://github.com/flutter/flutter/issues/160673#issuecomment-2557742347)
|
2024-12-24 00:02:29 +00:00 |
|