FlipView-MAUI
1.0.5
dotnet add package FlipView-MAUI --version 1.0.5
NuGet\Install-Package FlipView-MAUI -Version 1.0.5
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="FlipView-MAUI" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlipView-MAUI --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FlipView-MAUI, 1.0.5"
#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.
// Install FlipView-MAUI as a Cake Addin #addin nuget:?package=FlipView-MAUI&version=1.0.5 // Install FlipView-MAUI as a Cake Tool #tool nuget:?package=FlipView-MAUI&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FlipView for MAUI
A ContentView with a customizable flip animation.
Usage:
<flipView:FlipContentView IsFlipped="False">
<Image
Source="dotnet_bot.png"
HeightRequest="100"
Aspect="AspectFit"
SemanticProperties.Description="dot net bot in a race car number eight" />
<flipView:FlipContentView.BackView>
<Image
Source="dotnet_bot2.png"
HeightRequest="100"
Aspect="AspectFit" RotationY="180"
SemanticProperties.Description="dot net bot in a race car number eight" />
</flipView:FlipContentView.BackView>
</flipView:FlipContentView>
Insipired by Expander Control and https://github.com/devcrux/Flip-Animation-in-Xamarin.Forms
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android21.0 is compatible. net6.0-windows10.0.19041 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net7.0-windows was computed. net7.0-windows10.0.19041 is compatible. net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.5 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.5 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-android21.0
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 1.0.5)
- Microsoft.Maui.Controls.Compatibility (>= 1.0.5)
-
net6.0-windows10.0.19041
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 1.0.5)
- Microsoft.Maui.Controls.Compatibility (>= 1.0.5)
-
net7.0-android33.0
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 7.0.101)
- Microsoft.Maui.Controls.Compatibility (>= 7.0.101)
-
net7.0-windows10.0.19041
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 7.0.101)
- Microsoft.Maui.Controls.Compatibility (>= 7.0.101)
-
net8.0
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
-
net8.0-android34.0
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
-
net8.0-ios17.5
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
-
net8.0-maccatalyst17.5
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
-
net8.0-windows10.0.19041
- AsyncAwaitBestPractices (>= 8.0.0)
- Microsoft.Maui.Controls (>= 8.0.72)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.72)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.