Closed lacti closed 5 years ago
Wow, thanks @lacti for your comment, suggestion and pull request. It's merged and will be pushed and published soon.
I just published a new version to the market place. thanks for your distribution. it was really appreciated.
Thanks for this great tools! This help me to make a flutter product very efficient.
But in my use cases, there are two problems about building variable names in i18n strings.
parseVariables
function.{minute}minutes
. It leads to beString get remainTimes(String minute) => "$minuteminutes";
I think it can be fixed to add{}
characters around this variable syntax.If you do not mind, I am going to modify this and send a pull request.