FlipView-MAUI 1.0.1

dotnet add package FlipView-MAUI --version 1.0.1
NuGet\Install-Package FlipView-MAUI -Version 1.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="FlipView-MAUI" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlipView-MAUI --version 1.0.1
#r "nuget: FlipView-MAUI, 1.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.
// Install FlipView-MAUI as a Cake Addin
#addin nuget:?package=FlipView-MAUI&version=1.0.1

// Install FlipView-MAUI as a Cake Tool
#tool nuget:?package=FlipView-MAUI&version=1.0.1

FlipView for MAUI

A ContentView with a customizable flip animation.

NuGet version (FlipView-MAUI)

Sample

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 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-android21.0 is compatible.  net7.0-windows was computed.  net7.0-windows10.0.19041 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-ios17.2 is compatible.  net8.0-maccatalyst17.2 is compatible.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0-android34.0 is compatible.  net9.0-maccatalyst17.2 is compatible.  net9.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 45 5/20/2024
1.0.0 72 5/14/2024