Drastic.Flipper 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Drastic.Flipper --version 1.0.5
NuGet\Install-Package Drastic.Flipper -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="Drastic.Flipper" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.Flipper --version 1.0.5
#r "nuget: Drastic.Flipper, 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 Drastic.Flipper as a Cake Addin
#addin nuget:?package=Drastic.Flipper&version=1.0.5

// Install Drastic.Flipper as a Cake Tool
#tool nuget:?package=Drastic.Flipper&version=1.0.5

NuGet Version License

Drastic.Flipper

Drastic.Flipper is a .NET binding of Flipper, a library to help debug iOS, Android, and React Native layouts. It is currently bound for .NET iOS.

Setup

  • Install the Drastic.Flipper nuget
  • Initalize the FlipperProxy when your Application has started
public override bool FinishedLaunching (UIApplication application, NSDictionary launchOptions)
{
    global::Flipper.FlipperProxy.Shared.InitializeProxy();

    Window = new UIWindow (UIScreen.MainScreen.Bounds);
    ...

In MAUI, you can do this in your MauiProgram.cs

public static class MauiProgram
{
    public static MauiApp CreateMauiApp()
    {
#if IOS
        global::Flipper.FlipperProxy.Shared.InitializeProxy();
#endif

...
Product Compatible and additional computed target framework versions.
.NET net7.0-ios16.1 is compatible.  net8.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-ios16.1

    • 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.6 663 3/27/2023
1.0.5 345 3/27/2023