当我使用GetX状态管理时,颤振默认定位不起作用。它向我展示了一个错误
Undefined name 'AppLocalizations'.
Try correcting the name to one that is defined, or defining the name.
,我怎么解决这个问题?
发布于 2022-03-02 11:35:32
请在pubspec.yaml上添加这些依赖项
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
更多信息这里
https://stackoverflow.com/questions/71305834
复制相似问题