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!
Latest posts by Anubhav Ranjan (see all)
- Update Property in a Nested Array of entities in MongoDB - June 15, 2020
- Find 10 Memory Consuming Processes in Ubuntu - June 9, 2020
- Server reached pm.max_children - May 9, 2020
Pingback: Building a Phone Dialler for Families and Friends using Xamarin – Part 2 | Anubhav Ranjan