delfme

Results 25 issues of delfme

This issue is the android version of [#105687](https://github.com/flutter/flutter/issues/120555) (which is fixed by https://github.com/flutter/engine/commit/a5ff3629dfecd81d7322c40de7edaab24ee3d21f). https://github.com/flutter/flutter/assets/53510751/3437e46b-b620-420a-af8b-d69b4ad0dcd6 The keyboard animation is jittery most of time. Notice that the issue is much evident and...

a: text input
platform-android
framework
f: material design
a: fidelity
a: quality
has reproducible steps
P2
found in release: 3.3
found in release: 3.7
team-android
triaged-android

I have found out an issue with rendering pie charts. Tested it on master 3.7.0-15.0.pre.16, ios 16.1, iphone 13 pro. ## Steps to Reproduce Sample repo available here https://github.com/delfme/impeller-chart **Main.dart**...

platform-ios
engine
severe: rendering
has reproducible steps
P4
impeller
found in release: 3.7

I have found out an issue with rendering 0,25px separators. Tested it on master 3.7.0-15.0.pre.16, ios 16.1, iphone 13 pro. ## Steps to Reproduce Run below code. **Main.dart** ``` import...

platform-ios
engine
severe: rendering
has reproducible steps
P4
impeller
found in release: 3.7

I have found out an issue with scrolling flutter ListView when a native widget is on the screen. I have always thought this issue was due to overall performance limits...

I have found out an issue with rendering the border of circle shape widgets. Tested it on master 3.7.0-15.0.pre.16, ios 16.1, iphone 13 pro. ## Steps to Reproduce Sample repo...

platform-ios
engine
has reproducible steps
P4
impeller
found in release: 3.7

Animating a Platform View widget is janky. cc: @cyanglaz - https://github.com/flutter/engine/pull/39172#issuecomment-1424629420 Tested on latest stable and master 3.8.0-5.0.pre.1, iphone 13 pro, ios 16.1.1 ## Steps to Reproduce Please run this...

Platform View takes much time to load. This occurs even if it is a simple widget (textfield) rendered on an empty screen. Tested on latest stable and master 3.8.0-5.0.pre.1, android...

Text selection handler is cut by the keyboard. Tested on latest stable and master 3.8.0-5.0.pre.1, android 12SKQ1.211006.001, xiaomi mi lite 11 5G. ## Steps to Reproduce Please run this example...

Scrolling a gridView is janky Tested with Impeller on latest stable and master 3.8.0-15.0.pre.25, iphone 13 pro, iose 16.1. ## Steps to Reproduce Please run this example here: https://github.com/delfme/janky-gridview-scrolling **Expected...

platform-ios
engine
severe: performance
f: scrolling
a: images
has reproducible steps
impeller
found in release: 3.8

Hello. Can plugin be upgraded to latest flutter versions and support null safety?