We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're using the AdaptiveTextSelectionToolbar widget and it requires those four delegates in the localizationsDelegates
AdaptiveTextSelectionToolbar
localizationsDelegates
If you are using a custom app like FluentApp you need to override the localizationsDelegates
with the following:
localizationsDelegates: const [ DefaultCupertinoLocalizations.delegate, DefaultMaterialLocalizations.delegate, DefaultWidgetsLocalizations.delegate, ],
For example in FluentApp. This should be fixed once Fluent UI Issue #964 is published.
FluentApp
The text was updated successfully, but these errors were encountered:
You probably experienced the issue since you were on mac platform and mac uses Cupertino locales (ig). Hence the issue.
Does every platform need to use their own locale system?
Sorry, something went wrong.
You probably experienced the issue since you were on mac platform and mac uses Cupertino locales (ig). Hence the issue. Does every platform need to use their own locale system?
Yes, and fluent app widgets don't include Cupertino localizations by default, so you have to do this manually
The same error applies to iOS.
Can you go to the discussion and see the latest vote there??
No branches or pull requests
We're using the
AdaptiveTextSelectionToolbar
widget and it requires those four delegates in thelocalizationsDelegates
If you are using a custom app like FluentApp you need to override the localizationsDelegates
with the following:
For example in
FluentApp
. This should be fixed once Fluent UI Issue #964 is published.The text was updated successfully, but these errors were encountered: