easy_localization
easy_localization copied to clipboard
[WARNING] Don't import implementation files from another package on `package:easy_localization/src/public_ext.dart` import
Hi,
After installing your package (v3.0.0
), VS Code always shows me this warning message:
But I've not imports in other files with package:easy_localization/src/public_ext.dart
, only in this…
And on VS Code suggestion:
How to solve this? Please.
For me import 'package:easy_localization/easy_localization.dart';
seems to work without the error.
I'm using Android Studio (I love vscode too!) and it also sometimes gets confused with importing files from the wrong place as well, and not just with this library.
If use import 'package:easy_localization/easy_localization.dart';
the issue is resolved?
If yes, please close this issue
Closed since most likely resolved