Uno Platform
The Uno Platform is an Open-source platform for building single codebase native mobile, web, desktop, and embedded apps quickly.
With Uno Platform + Mediator, you can now take advantage of all our offline, persistent cache, and other app-building middleware.
Visit their website and documentation for more details.
Setup
- Install
to your project.
- In your
App.xaml.cs
file, add the following:builder.Services.AddShinyMediator(cfg => cfg.UseUno()); - Start making calls to the mediator as you normally would.
Middleware Support
The Mediator Uno Platform extension comes with a lot of preinstalled default middleware (that you can opt out of). If you choose to opt-out of this middleware being installed,
simply pass false to the first argument in UseUno
.