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.
@abscode/scanning-rn — TurboModule. New Architecture compatible. Expo-friendly (config plugin included).
import { Scanner } from "@abscode/scanning-rn"; export default function App() { return ( <Scanner licenseKey={LICENSE_KEY} onScan={(r) => handle(r)} /> ); }
abscode_scanning Flutter package. Platform channels to native engines. Pub.dev verified publisher.
import 'package:abscode_scanning/abscode.dart'; final result = await AbscodeScanner.scan( licenseKey: 'abs_lic_...', ); print(result.pdfPath);
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.