Rb.Forms.Barcode
0.5.2-beta
See the version list below for details.
dotnet add package Rb.Forms.Barcode --version 0.5.2-beta
NuGet\Install-Package Rb.Forms.Barcode -Version 0.5.2-beta
<PackageReference Include="Rb.Forms.Barcode" Version="0.5.2-beta" />
paket add Rb.Forms.Barcode --version 0.5.2-beta
#r "nuget: Rb.Forms.Barcode, 0.5.2-beta"
// Install Rb.Forms.Barcode as a Cake Addin #addin nuget:?package=Rb.Forms.Barcode&version=0.5.2-beta&prerelease // Install Rb.Forms.Barcode as a Cake Tool #tool nuget:?package=Rb.Forms.Barcode&version=0.5.2-beta&prerelease
Rb.Forms.Barcode is a Xamarin.Forms view for scanning barcodes full of awesomeness and also unicorns. Please check the website for further details.
Beta notice: Currently only android is supported.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
-
All Frameworks
- Xamarin.Forms (>= 1.5.0.6447)
-
MonoAndroid 1.0
- Xamarin.GooglePlayServices.Vision (>= 27.0.0)
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 |
---|---|---|
0.7.1 | 12,731 | 8/19/2016 |
0.6.6 | 1,401 | 7/14/2016 |
0.6.5 | 1,348 | 6/13/2016 |
0.6.4 | 1,222 | 1/25/2016 |
0.6.2 | 1,193 | 12/2/2015 |
0.6.1 | 1,221 | 11/27/2015 |
0.6.0 | 1,216 | 11/27/2015 |
0.5.2-beta | 926 | 11/12/2015 |
0.5.1-beta | 895 | 11/9/2015 |
0.5.0-beta | 895 | 10/14/2015 |
0.4.2-beta | 916 | 8/26/2015 |
0.4.1-beta | 1,014 | 7/13/2015 |
0.4.0-beta | 921 | 5/11/2015 |
0.3.5-beta | 1,038 | 4/27/2015 |
0.3.4-beta | 1,033 | 4/22/2015 |
0.3.3-beta | 1,019 | 4/20/2015 |
0.3.2-beta | 970 | 4/17/2015 |
0.3.1-beta | 981 | 4/17/2015 |
0.3.0-beta | 960 | 4/15/2015 |
0.2.3-beta | 915 | 3/25/2015 |
0.2.2-beta | 907 | 3/24/2015 |
0.2.1-beta | 882 | 3/24/2015 |
0.1.0-beta | 879 | 3/5/2015 |
0.5.2-beta:
* Improved: Fixed a bug when SurfaceChanged is called to fast.
0.5.1-beta:
* New: Use Google Play Services - Vision API
* Improved: Updated Xamarin.Forms to version 1.5.0.6447
0.5.0-beta:
Please note that version 0.5.0-beta contains api breaks and most of the automated camera control logic was removed. Thus you should check if your app still works as desired. To fix arising issues you probably have to weave in camera control code into your app.
* New: Use Google Play Services - Vision API
* New: Added torch control
* New: Added rotation support
* Changed: Removed most of the automatic camera control logic as it adds undesired complexity to the library.
* Changed: Dropped ZXing dependency
* Changed: Dropped FastAndroidCamera in favor of GMS.
* Improved: Updated Xamarin.Forms to version 1.5.0.6446