'Is Fluent UI available for Xamarin.Forms and .NET MAUI for mobile?
I love the implementation of fluent UI on Windows 10 and 11 and I thought I would be able to implement it into my mobile applications that have Xamarin.Forms as a platform, planning to move to .NET MAUI soon once it is released without previews.
My question is, is it even possible with the above-mentioned frameworks? All I am seeing is that fluent UI on mobile works on React Native which I don't use. But then I also see the Microsoft apps using Fluent UI on mobile, so maybe it's for them only?
Solution 1:[1]
It's not officially supported, but it's made possible with the Xamarin Community Toolkit, specifically via the C# markup.
It's about as "Fluent UI" as you'll get in Xamarin.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | aspeckt112 |
