--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
trans(context, "main.appTitle"),
style: TextStyle(fontSize: 18.0, fontWeight: FontWeight.w500),
),children: <Widget>[
_buildAction(
trans(context, "main.dollar"),
trans(context, "main.currency.buy"),
stgBuy,
trans(context, "main.currency.sell"),
stgSell,
Colors.red,
blueGradient,
new AssetImage("assets/images/dollar.png")),
The json files..............
en.json
{
"main.sterling": "£ Sterling",
"main.euro": "€ Euro",
"main.dollar": "\$ Dollar",
"main.currency.buy": "Buy: ",
"main.currency.sell": "Sell: ",
}
tr.json
{
"main.sterling": "£ Sterling",
"main.euro": "€ Euro",
"main.dollar": "\$ Dollar",
"main.currency.buy": "Alış: ",
"main.currency.sell": "Satış: ",
}
ru.json
{
"main.sterling": "£ Sterling",
"main.euro": "€ Euro",
"main.dollar": "\$ Dollar",
"main.currency.buy": "купить: ",
"main.currency.sell": "продавать: ",
}
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.