Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MPowerKit/ImageCaching.Nuke

Nuke image caching library for dotnet MAUI
https://github.com/MPowerKit/ImageCaching.Nuke

Last synced: 3 months ago
JSON representation

Nuke image caching library for dotnet MAUI

Awesome Lists containing this project

README

        

# MPowerKit.ImageCaching.Nuke

Image caching library for .NET MAUI based on [Kean's Nuke](https://github.com/kean/Nuke) native library

[![NuGet](https://img.shields.io/nuget/v/MPowerKit.ImageCaching.Nuke.svg?maxAge=2592000)](https://www.nuget.org/packages/MPowerKit.ImageCaching.Nuke)

## Supported Platforms

* .NET8
* .NET8 for iOS (min 13)
* .NET8 for MacCatalyst (min 13.1)

#### All you need, is to set up the library as next and you are good

```csharp
builder
.UseMauiApp()
.UseMPowerKitNuke();
```