I have an existing Xamarin Forms application that already runs smoothly on iOS and Android. I now need the full codebase moved over to .NET MAUI so I can keep pace with the latest tooling and long-term platform support. While you perform the migration, I also want to introduce a handful of new features to take advantage of MAUI’s capabilities rather than simply doing a like-for-like port. Core scope The current app has about the usual mix of pages, view-models, and XAML-based UI. All functionality that works today must compile, deploy, and behave the same on iOS and Android after the upgrade, plus the agreed-upon enhancements. Any platform-specific tweaks (e.g., iOS status bar, Android permission prompts) should be handled with MAUI best practices. Key deliverables • Updated solution in .NET MAUI with clean, readable code • Full parity with existing iOS & Android features • Implementation of the new feature set we discuss at project start (expect minor UI extensions and one additional API call) • Documentation covering project structure, build steps, and any MAUI-specific notes • Short hand-off session or video walkthrough so my team can continue future work easily Acceptance criteria – App builds and runs on current Xcode/iOS Simulator and latest Android SDK without errors – All existing screens pass functional smoke tests side-by-side with the original build – New features function as specified and are covered by basic unit or UI tests – No deprecated Xamarin namespaces remain in the solution If you’ve migrated Xamarin Forms projects before and are comfortable weaving in new functionality during the transition, I’d love to see examples of your work. Looking forward to collaborating and getting this app future-proofed together.