You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
easy_localization supports web compatibility but easy_localization_loader does not due to the use of path_provider. So we will get a MissingPluginException error when running on the web.
Solution: We can add conditional usage based on platform
easy_localizationsupports web compatibility buteasy_localization_loaderdoes not due to the use ofpath_provider. So we will get a MissingPluginException error when running on the web.Solution: We can add conditional usage based on platform