Skip to main content
molinch avatar

molinch

NuGet publisher profile

Packages
8
Total Downloads
74.1M
74,149,431

Packages (8)

Xamarin.FFImageLoading package icon

Xamarin.FFImageLoading

Xamarin Library to load images quickly and easily. Features: - Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support - Configurable disk and memory caching - Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage) - Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).* - Error and loading placeholders support - Images can be automatically downsampled to specified size (less memory usage) - Fluent API which is inspired by Picasso naming - SVG / WebP / GIF support - Image loading Fade-In animations support - Can retry image downloads (RetryCount, RetryDelay) - Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible. - Transformations support - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations)

25.8M
downloads
Xamarin.FFImageLoading.Forms package icon

Xamarin.FFImageLoading.Forms

Xamarin Library to load images quickly and easily on Xamarin.Forms. Ensure you call CachedImageRenderer.Init() on each platform!!! Features: - Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support - Configurable disk and memory caching - Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage) - Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).* - Error and loading placeholders support - Images can be automatically downsampled to specified size (less memory usage) - Fluent API which is inspired by Picasso naming - SVG / WebP / GIF support - Image loading Fade-In animations support - Can retry image downloads (RetryCount, RetryDelay) - Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible. - Transformations support - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations)

21.8M
downloads
Xamarin.FFImageLoading.Transformations package icon

Xamarin.FFImageLoading.Transformations

Transformations for FFImageLoading library. - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations) These transformations can be consumed from FFImageLoading and FFImageLoading.Forms (Xamarin Forms). Don't forget to add the package in all platform specific projects. This way the correct native implementation is injected.

18.1M
downloads
WebP.Touch package icon

WebP.Touch

Xamarin iOS/Mac bindings to decode WebP file format.

6.6M
downloads
ConfigurationSubstitutor package icon

ConfigurationSubstitutor

Allows to substitute variables from configuration, this way hostnames, or passwords can be separated and automatically substituted if another configuration entry references them. Scenarios could be that you have the password from an Azure KeyVault and the connection string defined in appsettings. The connection string can reference the password. Another scenario is that you have multiple configuration entries for the same domain, don't duplicate that information anymore, reference it.

1.7M
downloads
Xam.Plugins.ManageSleep package icon

Xam.Plugins.ManageSleep

Manage auto sleep / auto lock in all platforms. This allows running very long tasks without fearing the device going to sleep.

42.3K
downloads
Ben.Demystifier-RoslynScriptingCompatibility package icon

Ben.Demystifier-RoslynScriptingCompatibility

The whole point of this fork is simply to be able to use both Roslyn Scripting API and Ben.Demystifier when both are strongnamed. Furthermore the library is strongnamed. So far this is not working since Ben.Demystifier requires System.Reflection.Metadata 1.5.0 which requires System.Collections.Immutable 1.4.0. And Microsoft.CodeAnalysis.CSharp.Scripting brings System.Collections.Immutable 1.3.1. It also requires System.ValueTuple 4.4.0, while Microsoft.CodeAnalysis.CSharp.Scripting brings 4.3.0

7.0K
downloads
MongoDB.Thin package icon

MongoDB.Thin

Thin layer over MongoDB driver for .NET. It is mostly extension methods and builders. It allows to query MongoDB more easily.

2.8K
downloads