-
-
Notifications
You must be signed in to change notification settings - Fork 702
Open
Labels
Description
Describe the bug
We're converting a widget into an image of type Uint8List. Passing this image into the MemoryImage constructor, then adding this to the Image widget.
Doing this causes the whole UI to instantly freeze for more than 10 seconds while processing takes place
To Reproduce
Code snippet to reproduce the behavior:
// your codeExpected behavior
Screenshots
Flutter Doctor
Desktop (please complete the following information):
- iOS
- Android
- [x ] Browser
- Windows
- Linux
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Tkko