flutter_localizer
flutter_localizer copied to clipboard
Remove context as the input property?
What exactly do you mean? You can specify the string with which the code will be replaced. If you are using some sort of static access you could do
MyLocalizationClass.translate("$$") for example
for example: S.trans('page $pageNumber')