QUICKCAPTURE · KIMORA AI · REACT NATIVE · FLUTTER

One scanner. Both stores.

QuickCapture, powered by KIMORA AI. React Native + Flutter bindings — the same on-device KIMORA AI engine underneath, with an idiomatic API for your framework on top. No "pay twice for two platforms" — one Multi-platform license covers iOS + Android together.

RN

React Native

@abscode/scanning-rn — TurboModule. New Architecture compatible. Expo-friendly (config plugin included).

app.tsx
import { Scanner } from "@abscode/scanning-rn";

export default function App() {
  return (
    <Scanner
      licenseKey={LICENSE_KEY}
      onScan={(r) => handle(r)}
    />
  );
}
Fl

Flutter

abscode_scanning Flutter package. Platform channels to native engines. Pub.dev verified publisher.

main.dart
import 'package:abscode_scanning/abscode.dart';

final result = await AbscodeScanner.scan(
  licenseKey: 'abs_lic_...',
);

print(result.pdfPath);
WHY ONE LICENSE COVERS BOTH

Multi-platform license = iOS + Android + Web in one

Cross-platform apps usually ship to both stores. Buying a per-platform license per store is a tax. Multi-platform covers all platforms in one license.

Starter Multi
$390
/year · all platforms
  • iOS + Android + Web
  • React Native + Flutter
  • 10-page PDF cap
  • Core capture
Start trial
Enterprise
Contact
Multi-app · OEM · SLA
  • All platforms
  • Multi-app license
  • OEM / White-label
  • Custom ID templates
Contact sales

One scanner. Both stores.

React Native or Flutter — same SDK, same license, same trial.