Results 40 comments of Alexey Z

@utkuDAT this old "bug". Problen in localization delegates in MaterialApp/CupertinoApp, localization don't have acces to delegates in same level context. Soluttions: 1. use `Builder` widget 2. refactoring `Scaffold` to extrenal...

@jacksilver2 thanks, thanks for issue, if you have a solution you can do a PR, it will help the project 😉

@AmanStreak please show your code and logs

@pumuckelo nope, have an idea, I’ll implement it later

@aissat #321 may be delete `Localization.of(context)` from public.dart ?

context removed from tr() and plural() in PR #343

update package and rerun your generator, i have difrent keys in my output ``` abstract class LocaleKeys { static const category_result = 'category.result'; static const category_total = 'category.total'; static const...

It's specific problem, use .map fuction on list `var newList = oldList.map((String e) => e.tr());`

@themadmrj this PR contain only export changes... its solve #210?