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

Not compatible with IntelliJ 2019.3 (Community Edition) #125

Open iostriz opened 4 years ago

iostriz commented 4 years ago

Hi, having trouble installing this plugin with fresh installation of IntelliJ. Steps to reproduce:

  1. Fresh install of IntelliJ Comuniti Edition (2019.3)2. Fresh install Flutter, Dart plugin
  2. Trying to install from plugin repo, then trying to install from source (xBioDreadx, https://github.com/xBioDreadx/flutter_i18n/releases/download/fix/i18n-1.1.4-192.jar) Screenshot 2019-11-30 at 22 06 40
avimak commented 4 years ago

also IntelliJ Ultimate Edition (2019.3)

zhangruiyu commented 4 years ago

When will 2019.3 be supported

TheJosh commented 4 years ago

Does not appear to work on Android Studio 3.5.3 either.

Android Studio 3.5.3 Build #AI-191.8026.42.35.6010548, built on November 15, 2019 JRE: 1.8.0_202-release-1483-b49-5587405 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Linux 4.9.0-9-amd64

PerLycke commented 4 years ago

@long1eu (or maybe @noordawod as I'm not sure who is maintaining it) should be releasing a maintenance update in two days as per long1eu's own schedule. I don't know though if this particular issue will be fixed by then though.

With that said, no maintenance update was released the previous month, so the project might be abandoned or paused. Maybe he might tell us soon

TheJosh commented 4 years ago

If that ends up being the case then I'd be interested in some pointers on plugin development to try and resolve this myself as I've got production apps which rely on this i18n system.

On Sat, 28 Dec. 2019, 5:00 am Per Lycke, notifications@github.com wrote:

@noordawod https://github.com/noordawod should be releasing a maintenance update in two days as per his own schedule. I don't know though if this particular issue will be fixed by then though.

With that said, no maintenance update was released the previous month, so the project might be abandoned or paused. Maybe he might tell us soon

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/long1eu/flutter_i18n/issues/125?email_source=notifications&email_token=AAJJV4XXJPYEXW5DXBRTV3LQ2ZCUHA5CNFSM4JTIKTO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHXSUFY#issuecomment-569322007, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJJV4TBMBALG2MKAMCYTYDQ2ZCUHANCNFSM4JTIKTOQ .

long1eu commented 4 years ago

Hi! You are right this plugin is no longer actively developed. I've added the i10n package that can be user to generated the needed files from the CL just to make sure all can continue to use this format as @TheJosh said.

avimak commented 4 years ago

pls see here - https://github.com/long1eu/flutter_i18n/pull/134 (and pls make sure you read my comment wrt previous versions) you can clone my fork, execute the plugin-build task and import it into your IDE.

long1eu commented 4 years ago

@avimak you are very welcome to take the dev of this plugin in your own hands. The license is Apache-2.0

rickcasson commented 4 years ago

For anyone looking for an alternative option, Localizely has developed a very similar plugin that is compatible with Android Studio, VS Code, and IntelliJ: https://plugins.jetbrains.com/plugin/13666-flutter-intl

long1eu commented 4 years ago

I totally support @rjcasson response.

xBioDreadx commented 4 years ago

@long1eu Nice! I will stick to that too! P.S. Can you mention that pugin on your main page? - so people will find it faster.