is any possibility to use Xamarin.Forms.Visual.Material NuGet package and set Text Fields style from Filled to Outlined without any custom renders for both platforms.
We already had it in Xamarin.Android only, but do we have it in Xamarin.Forms ???
Thanks
Currently
Xamarin.Forms.Visual.Materialpackage only supports Android and iOS .The process for enabling Xamarin.Forms Material Visual in your application is:
Add the Xamarin.Forms.Visual.Material NuGet package to your iOS and Android platform projects.(no need to install in Forms)
Initialize Material Visual in each platform project.
Android: Add in MainActivity.cs
iOS: Add in AppDelegate
Create Material Visual controls by setting the Visual property to Material on any pages that should adopt the Material Design rules.
Refer to https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/material-visual