long1eu / flutter_i18n

This plugin create a binding between your translations from .arb files and your Flutter app.
Apache License 2.0
251 stars 55 forks source link

Flutter i18n plugin not working with intellij 2019.3 #130

Closed DhavalRKansara closed 4 years ago

DhavalRKansara commented 4 years ago

After upgrading my Intellij to the latest version 2019.3, flutter i18n plugin is not working properly. Even when I am trying to import flutter i18n from disk it gives me the below error:

Screen Shot 2019-12-19 at 1 16 29 PM

Also, after installing the plugin from Marketplace, i18n.dart file is not auto-generating in my project.

It was working fine till the flutter version 2019.2.

avimak commented 4 years ago

pls see here - https://github.com/long1eu/flutter_i18n/issues/125

DhavalRKansara commented 4 years ago

pls see here - #125

Okay, #125 is the same as this one so I am closing this issue here.