Prism.Forms 6.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Prism.Forms --version 6.0.1
                    
NuGet\Install-Package Prism.Forms -Version 6.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Prism.Forms" Version="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Prism.Forms" Version="6.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Prism.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Prism.Forms --version 6.0.1
                    
#r "nuget: Prism.Forms, 6.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Prism.Forms&version=6.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Prism.Forms&version=6.0.1
                    
Install as a Cake Tool

Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (43)

Showing the top 5 NuGet packages that depend on Prism.Forms:

Package Downloads
Prism.Plugin.Popups

Prism Forms Plugin to provide Popup Navigation working with the Rg.Plugins.Popup library

Prism.Unity.Forms

Use these extensions to build Xamarin.Forms applications with Prism and Unity.

Prism.DryIoc.Forms

Use these extensions to build Xamarin.Forms applications with Prism and DryIoc.

SheshaMobile.Modules.Home

The home module contains common functionality and essetntials required to build an app home page

SheshaMobile.Modules.Events

The events module contains common functionality and essetntials required to build apps that have event specific functionality

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Prism.Forms:

Repository Stars
reactiveui/splat
Makes things cross-platform
cocoa-mhlw/cocoa
HenJigg/wpf-abp
Cross-platform mobile project and WPF client based on ABP framework Xamarin.Forms
PrismLibrary/Prism-Samples-Forms
Samples that demonstrate how to use various Prism features with Xamarin.Forms
muak/AiForms.SettingsView
SettingsView for Xamarin.Forms
o1298098/Xamarin-CloudMusic
Xamarin.Forms goodlooking UI sample
muak/AiForms.Effects
AiForms.Effects for Xamarin.Forms
dansiegel/Prism.Plugin.Popups
This provides extensibility for Prism.Forms INavigationService to handle Popup Views
muak/AiForms.Dialogs
AiForms.Dialogs for Xamarin.Forms
gheorghedarle/Xamarin-ToDoApp
Todo App is a simple to do app developed with Xamarin
dansiegel/Prism.Container.Extensions
The packages here provide additional extensions around the Prism Ioc abstractions. This allows for more advanced scenarios.
Version Downloads Last Updated
9.0.537 10,523 8/20/2024
9.0.401-pre 1,732 2/14/2024
9.0.271-pre 3,424 10/8/2023
9.0.264-pre 2,960 10/7/2023
8.1.97 1,044,433 5/24/2021
8.0.0.1909 780,117 10/21/2020
8.0.0.1850-pre 7,394 8/25/2020
8.0.0.1740-pre 7,295 5/5/2020
7.2.0.1422 5,013,389 11/21/2019
7.2.0.1367 216,100 7/24/2019
7.2.0.1347-pre 11,610 6/11/2019
7.2.0.1233-pre 6,951 5/6/2019
7.2.0.1038-pre 9,708 2/20/2019
7.2.0.708-pre 5,605 12/4/2018
7.1.0.431 10,385,530 10/15/2018
7.1.0.279-pre 6,901 9/20/2018
7.1.0.172-pre 39,618 6/15/2018
7.1.0.135-pre 5,870 5/9/2018
7.1.0.123-pre 21,993 4/2/2018
7.0.0.396 279,369 1/22/2018
7.0.0.362 26,550 1/12/2018
7.0.0.336-pre 16,142 12/7/2017
7.0.0.269-pre 10,955 11/16/2017
7.0.0.168-pre 23,922 10/13/2017
7.0.0.124-pre 9,331 10/6/2017
7.0.0-pre1 6,171 9/22/2017
6.3.0 201,880 3/25/2017
6.3.0-pre2 6,664 2/26/2017
6.3.0-pre1 16,371 11/2/2016
6.2.0 46,086 8/9/2016
6.1.0-pre7 4,774 7/15/2016
6.1.0-pre6 4,491 6/21/2016
6.1.0-pre5 6,551 5/5/2016
6.1.0-pre4 6,141 4/5/2016
6.1.0-pre3 8,702 1/20/2016
6.1.0-pre2 4,237 12/10/2015
6.1.0-pre1 4,168 12/3/2015
6.0.1 10,905 10/26/2015
6.0.0 5,888 10/14/2015
5.9.0-pre2 4,014 10/12/2015
5.8.0-pre1 4,326 10/8/2015
5.7.0-pre3 4,657 6/10/2015
5.7.0-pre2 3,713 6/10/2015
5.7.0-pre1 4,292 6/8/2015
5.6.1-pre1 4,273 3/24/2015

- Fixed issue #254 - PageDialogService is not setting Page property correctly
- Added XML documentation