localizely / flutter-intl-intellij

This Android Studio & IntelliJ plugin generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
129 stars 4 forks source link

Linux Platform #92

Closed DongPhamBK closed 1 year ago

DongPhamBK commented 1 year ago

Can the plugin help me create multi-language apps on Linux platform? I want to develop my application on Linux platform in the future.

lzoran commented 1 year ago

The Flutter Intl plugin generates boilerplate localization code for the intl package.
You should be able to use the Flutter Intl plugin on all platforms that your IDE runs on (Windows, macOS, Linux). Also, the Flutter Intl plugin generates localization code for the Flutter apps, and thus it should work on all Flutter platforms (Android, iOS, Windows, macOS, Linux, and web).

To check how Flutter Intl works, you can clone the Flutter Intl plugin sample app and run it on the Linux platform.

Hope I helped!