Documentation
Getting started
Packages ship independently. Add only the plugins your app needs — there is no mega-package dependency. Each plugin targets .NET MAUI on Android and iOS.
1. Create or open a MAUI app
dotnet new maui -n FieldApp2. Add a package
Install from nuget.org. Registration helpers live in each repository README.
dotnet add package Plugin.Maui.GeoLocator
dotnet add package Plugin.Maui.NetworkMonitor
dotnet add package Plugin.Maui.JobQueue3. Start with a focused plugin
- Plugin.Maui.GeoLocatorOn-demand location, tracking, and reverse geocodingDocs →
- Plugin.Maui.NetworkMonitorReal internet availability, not just 'connected'Docs →
- Plugin.Maui.BackgroundTasksOne-time and periodic work on JobScheduler / BGTaskSchedulerDocs →
- Plugin.Maui.JobQueueDurable SQLite task queue with retry and dead letterDocs →
4. Browse the full catalog
The suite map is MauiEssentials. R&D projects and POCs that informed these plugins live in their own sections on this site.
Next step
Build with Nuvyntra Labs
Browse production NuGet packages, or reach the lab if you want to evaluate research or compose a plugin set.