ilteoood/flutter_i18n

Too many UTF decodes are running

Opened this issue · 2 comments

Hello,
I like to use this package in my main project. I have implemented this package correctly in my project. Despite this, I would like to share the problem I am having.

  • I am developing a project on iOS emulator with my Macos M1 device.
  • I am using VsCode
  • During development in debug mode, too many UTF decodes are running in the Call Stack area. so hot reload is not working.
  • This usually happens when I am in input focus or when the keyboard is opened.

Is there a solution to this problem?

Good coding to everyone :)

image

Can you provide a repro?

This project is a business project, so unfortunately, I can't share it. However, I quickly created a sample project, then I set up an error environment. Finally, I will share the sample project with you.