gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
BSD 2-Clause "Simplified" License
100
stars
23
forks
source link
Avoid using braces in interpolation when not needed #9
Hello,
I am using last version of this package alongside with dart 2.6.1 :
dart --version output:
On VSCode, dart linter shows these infos on gen_lang generated files :
It concerns mostly messages with parameters :
This is the link to Dart language specs about string interpolation.
Thanks