Skip to content
New issue

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

Is possible used with Getx in specific with GetMaterialApp? #72

Closed
huntergps opened this issue Sep 27, 2021 · 5 comments
Closed

Is possible used with Getx in specific with GetMaterialApp? #72

huntergps opened this issue Sep 27, 2021 · 5 comments

Comments

@huntergps
Copy link

I love fluent_ui, by I need use with Getx with GetMaterialApp. Maybe is possible?. You can send me the instructions to do it?.

Greetings from Galapagos Islands.

Att
Elmer

@bdlukaa
Copy link
Owner

bdlukaa commented Sep 27, 2021

Yes, it's possible. You just need to add a FluentTheme above it:

AnimatedFluentTheme(
  data: ThemeData(),
  child: GetMaterialApp(...),
)

@huntergps
Copy link
Author

Thanks, I try to use NavigationView, but obtain the error: No FluentLocalizations found.

NavigationView widgets require FluentLocalizations to be provided by a Localizations widget ancestor.

Please help me with the instructiontions to use NavigationView with GetMaterialApp.
Thanks a lot!!!!

@bdlukaa
Copy link
Owner

bdlukaa commented Sep 27, 2021

Add DefaultFluentLocalizations.delegate to your localization list.

@bdlukaa bdlukaa closed this as completed Oct 12, 2021
@efrain2007
Copy link

image

How do I not get those yellow lines when I use getx?

@efrain2007
Copy link

image

everything looks very big?

image

my codigo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants