Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo localizer intellij plugin

Rating: 4.5 out of 5.

intellij plugin to ease the process of localizing hard coded strings in flutter projects.

flutter localizer intellij plugin

installation

the plugin is still under development and therefore not available on the intellij plugin repository. either download flutter_localizer.zip or build the project yourself. then follow this guide on how to install plugins from a zip file.

usage

setup

build_text

you can supply up two json file paths which will be filled with the localized values.

next, you have to specify the code which should be generated. “$$” will be replaced by the key
in camelcase.

example:

s.of(context).$
dialog

localization

all you have to do is hover over a string, and press alt+enter (invoke the quick action command).

localize

in the following dialog you have to specify the key for that given string. this should be in camel_case.

localize_dialog

press “ok” and you are done!


keep in mind, this only updated the json file and the code to access it. if you are using a localization technique witch relies on code generation, you must run that code generator before you run the app!


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top