easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

.tr() not resolved

Open MuthuSubramaniam opened this issue 4 years ago • 4 comments

image

I implemented like below,

image

image

assets folder

image

image

image

[🌎 Easy Localization] [WARNING] Localization key [login_header] not found

MuthuSubramaniam avatar Aug 22 '21 06:08 MuthuSubramaniam

some how i managed to fix that error, but now am getting below error, Screenshot 2021-08-25 at 6 23 22 AM

MuthuSubramaniam avatar Aug 25 '21 00:08 MuthuSubramaniam

some how i managed to fix that error, but now am getting below error, Screenshot 2021-08-25 at 6 23 22 AM

Did you run the command $flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart ?

jasonjflaherty avatar Aug 25 '21 19:08 jasonjflaherty

i am getting below error

[ERROR] easy localization: Source path does not exist error.

@jasonjfaherty

MuthuSubramaniam avatar Aug 26 '21 02:08 MuthuSubramaniam

hello. read here - 202 need add easy_localization to all dart files

import 'package:easy_localization/easy_localization.dart';

image

s00d avatar Nov 23 '21 14:11 s00d