-
This is how Skia renders blurs with non-affine transforms.
Skia fiddle:
![image](https://github.com/flutter/flutter/assets/919017/0cad3ef7-eb46-4c19-8d94-21ff4c8e7a56)
https://fiddle.skia.org/c…
bdero updated
5 months ago
-
Hello, I found a lot of noise when using Flutter to load local high quality images.
my image's info: jpg 7.30MB 4380*6570
I tried using the basic Image widget and the Canvas method, and the …
-
### Steps to reproduce
1. Run example on an Android device with a `DisplayFeatureType.cutout` display feature i.e. camera covering part of the screenn.
2. Rotate device
### Expected results
The gr…
-
Unfortunately, Impeller is not ready to be an acceptable substitution of Skia, since it's unable to generate the picture satisfied our clients.
### Steps to reproduce
Just draw a line on the `Ca…
-
### Steps to reproduce
Download a jpg image and put it in pubspec.yaml as an asset. This sample uses free image from https://www.pexels.com/photo/clear-glass-cup-filled-with-chocolate-cream-1684880…
-
# 註 2019.09.29, 這個構想範圍太大, 目前先從 https://github.com/mdecourse/mocad/issues/5#issuecomment-536152390 下手
目前構想:
1. 學會在 Ubuntu 18.04 上安裝 Fossil SCM, 並設法將 Github mocad 倉儲內容與 Fossil 上的資料同步.
2. 因為目前 htt…
-
An app that I'm working on is experiencing some minor glyph clipping when painting text with a `Canvas`.
We're implementing text rendering based on incoming documents, which tell us where and how t…
-
# Flutter Roadmap
## Dart Basics
- [x] VARIABLES
- [x] var
- [x] dynamic
- [x] int
- [x] String
- [x] double
- [x] bool
- [x] FINAL AND CONST
- [x] STRINGS
- [x] methods…
-
# Flutter Roadmap
## Dart Basics
- [x] VARIABLES
- [x] var
- [x] dynamic
- [x] int
- [x] String
- [x] double
- [x] bool
- [x] FINAL AND CONST
- [x] STRINGS
…
-
## Steps to Reproduce
1. First, build app below without SkSL shader bundle: `flutter build apk`
2. Install APK: `adb install ...`
3. Verify that the UI looks as expected.
4. Now, rebuild wi…