Anyone had a problem with flutter intl package?
I keep getting the same import error, but the strings are actually working.
The flutter_gen are generated
>Solution :
It’s a common Flutter problem… but the solution is easy. You just have to restart the Dart Analysis Server.
In IntelliJ is the red button in the "Dart Analysis" tab.


