Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 657 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 657 Bytes

MPowerKit.ImageCaching.Nuke

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