Skip to content

MPowerKit/ImageCaching.Nuke

Repository files navigation

MPowerKit.ImageCaching.Nuke

Image caching library for .NET MAUI based on Kean's Nuke native library

NuGet

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

builder
    .UseMauiApp<App>()
    .UseMPowerKitNuke();