6.0.6 • Published 10 months ago

@rolster/capacitor-barcode-scanner v6.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Rolster Capacitor Barcode Scanner

A fast and efficient (QR) barcode scanner for Capacitor.

Installation

Package only supports Capacitor 6

npm i @rolster/capacitor-barcode-scanner

Android configuration

And register the plugin by adding it to you MainActivity's onCreate:

import com.rolster.capacitor.scanner.BarcodeScannerPlugin;

public class MainActivity extends BridgeActivity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    registerPlugin(BarcodeScannerPlugin.class);
    // Others register plugins

    super.onCreate(savedInstanceState);
  }
}
6.0.6

10 months ago

6.0.5

10 months ago

6.0.4

10 months ago

6.0.3

10 months ago

6.0.2

11 months ago

6.0.1

11 months ago

6.0.0

11 months ago