DrawnUi.Maui.Camera 1.2.2.7

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

// Install DrawnUi.Maui.Camera as a Cake Tool
#tool nuget:?package=DrawnUi.Maui.Camera&version=1.2.2.7

Camera implementation (temporarily Android only) and preview rendering with SkiaSharp in .NET MAUI

Product Compatible and additional computed target framework versions.
.NET 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.2 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.2 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.

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.2.2.7 20 6/3/2024
1.2.2.5 81 5/24/2024
1.2.2.3 75 5/20/2024

Using SkiaSharp 2.xx. Checkout the DrawnUi demo repository for usage example. Currently only Android is implemented, iOS will be too when i have time.