Rb.Forms.Barcode 0.3.5-beta

This is a prerelease version of Rb.Forms.Barcode.
dotnet add package Rb.Forms.Barcode --version 0.3.5-beta
                    
NuGet\Install-Package Rb.Forms.Barcode -Version 0.3.5-beta
                    
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="Rb.Forms.Barcode" Version="0.3.5-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rb.Forms.Barcode" Version="0.3.5-beta" />
                    
Directory.Packages.props
<PackageReference Include="Rb.Forms.Barcode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rb.Forms.Barcode --version 0.3.5-beta
                    
#r "nuget: Rb.Forms.Barcode, 0.3.5-beta"
                    
#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.
#:package Rb.Forms.Barcode@0.3.5-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rb.Forms.Barcode&version=0.3.5-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Rb.Forms.Barcode&version=0.3.5-beta&prerelease
                    
Install as a Cake Tool

Rb.Forms.Barcode is a Xamarin.Forms view for scanning barcodes. Build upon the decoding capabilities of ZXing.Net.Mobile, full of awesomeness and also unicorns.
Please check the website for further details.

Beta notice: Currently only android is supported.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.5-beta 59 4/27/2015
0.3.4-beta 35 4/22/2015
0.3.3-beta 35 4/20/2015
0.3.2-beta 34 4/17/2015
0.3.1-beta 31 4/17/2015
0.3.0-beta 36 4/15/2015
0.2.3-beta 33 3/25/2015
0.2.2-beta 28 3/24/2015
0.2.1-beta 29 3/24/2015
0.1.0-beta 38 3/5/2015

0.3.5-beta:
* Fixed: Prevent dispose if object is null.

0.3.4-beta:
* Fixed: Surface changed does not start preview anymore.
* Improved: Dispose all buffers.
* Improved: Update to Xamarin.Forms to 1.4.2.6355 version.

0.3.3-beta:
* Fixed: UPC-A codes are not padded to 13 signs.

0.3.2-beta:
* Fixed: Even more oom issues.

0.3.1-beta:
* Fixed: Memory issue when restarting camera.

0.3.0-beta:
* New: Improved performance by using buffers and FastAndroidCamera.
* New: Added plenty configuration options!
* Fixed: Various preview halting and runtime issues.