Well, since I have been working on lots of Xamarin stuffs, I thought it’s sometimes best to list down the NuGet packages that are really amazing and helps you create the boiler plate of your App in a much easier and faster way.
The NuGet Packages
Let’s look at the worthy NuGet packages which are worth looking into.
Name | Description | Platforms |
Acr.UserDialogs | A cross platform library that allows you to call for standard user dialogs from a shared/portable library | Xamarin.Android Xamarin.iOS UWP Xamarin.Forms |
SQLiteNetExtensions | SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library. | Xamarin.Forms |
Rg.Plugins.Popup | Plugin for Xamarin Forms. Allows you to open any page as a popup. | Xamarin.Forms |
Xamarin.Forms.DebugRainbows | Adds a very colorful debug mode to each of your ContentPages that lets you immediately see where all of your elements are located. | Xamarin.Forms |
Akavache | An asynchronous, persistent key-value store for desktop and mobile applications on .NET | Xamarin.Forms |
I will keep updating this list as I keep encountering on these stuffs. Feel free to let me know if there are some I have missed.
Happy Coding!