MPowerKit.ImageCaching.Nuke

August 23, 2024 ยท View on GitHub

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

NuGet

"Buy Me A Coffee"

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();