-
In https://github.com/flutter/engine/pull/4762, we added `Image.toByteData()`, returning encoded image bytes (jpg, png, or gif).
On Android, where we don't perform LTO in our engine binaries, this …
-
**Describe the bug**
Just like (#831) when I tried to run snap version of neovide, it panicked at Result::Err. When I ran `neovide --log` it gave output:
```sh
-> neovide --log
thread 'tokio-runti…
-
When a rotation is applied to a widget tree containing a backdropFilter, the filter dissapeares.
```dart
Transform(
transform: Matrix4.rotationZ(1),
child: ClipRect(
child: BackdropFilter…
-
## Problem
RenderRepaintBoundary.toImage() occasionally returns blank image. It happens very often in my app when app is busy, and many other widgets are rendered together. In the demo app for reprod…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine)
- [X] Search th…
-
Having a Chip inside a ListView item causes the first item on the list to not render when the items change. This happens for example when you need to filter the items.
The problem only happens when…
-
**Describe the bug**
I have a compilation error on my aarch64 machine.
**To Reproduce**
Try to build it, you will have the following error:
```
error: failed to run custom build command for `…
-
### Intro
With this issue I'd like to try and create a "one stop" for all the information available around the future re-architecture of the UI-Layer of React Native, codenamed "Fabric".
### Ter…
-
## Describe
I updated to version 1.59.0 on _Ubuntu_ a few days ago, nothing happened. However, when I did it on _Windows_ today, it shows a conflict trying to merge keybindings. I realized it was …
-
The following should just show a rotated black small box:
```dart
new Center(
child: new RepaintBoundary(
child: new Container(
color: Colors.white,
child: new Paddi…
Hixie updated
3 years ago