Closed
Description
Package version
5.1.0
Environment
- OS: Android
Describe the bug
I have a TextField with the audio recorder, and when I start recording and while I'm recording, I try to type on the keyboard, but the keyboard opening is so laggy.
Add your record configuration RecordConfig(...)
.start(const RecordConfig(), path: "$appTempDirectoryPath/${Helpers.uniqueUuid}.m4a")
.timeout(const Duration(seconds: 8));
Steps to reproduce the behavior:
- Add a TextField and a button to start recording.
- Start recording, and then tap on TextField.
- See the lag while opening the keyboard.
Expected behavior
Keyboard opening normally without any lag.
Additional context
Check the video below for the app built in release mode:
Note: The lag is not clearly shown with the video.