FlipView-MAUI 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package FlipView-MAUI --version 1.0.4                
NuGet\Install-Package FlipView-MAUI -Version 1.0.4                
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.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlipView-MAUI --version 1.0.4                
#r "nuget: FlipView-MAUI, 1.0.4"                
#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.4

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

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 net7.0-android33.0 is compatible.  net7.0-windows10.0.19041 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-ios17.5 is compatible.  net8.0-maccatalyst17.5 is compatible.  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.
  • net7.0-android33.0

    • No dependencies.
  • net7.0-windows10.0.19041

    • No dependencies.
  • net8.0-android34.0

    • No dependencies.
  • net8.0-ios17.5

    • No dependencies.
  • net8.0-maccatalyst17.5

    • No dependencies.
  • net8.0-windows10.0.19041

    • No dependencies.

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.5 99 9/4/2024
1.0.4 117 8/23/2024
1.0.3 111 8/15/2024
1.0.2 106 7/8/2024
1.0.1 75 5/20/2024
1.0.0 94 5/14/2024