Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

ILayoutDirectionServiceLocator equivalent for MAUI

Open hksharafudheen opened this issue 4 months ago • 2 comments

I am migrating Xamarin to MAUI. In my app I have

ILayoutDirectionService _LayoutDirectionService = DependencyService.Get<ILayoutDirectionServiceLocator>().Service;

I need the equivalent code for getting the layout direction service in MAUI as I do not see ILayoutDirectionServiceLocator in the grial kit for maui

hksharafudheen avatar Oct 22 '24 07:10 hksharafudheen