Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View pushpalroy's full-sized avatar
:octocat:
Building

Pushpal Roy pushpalroy

:octocat:
Building
View GitHub Profile
@pushpalroy
pushpalroy / blinkid.html
Created May 14, 2023 21:48
JS Interop of Flutter web with BlinkID In-browser SDK (JS library)
<!DOCTYPE html>
<html>
<head>
<base href="/">
<title>Card Scan</title>
<link rel="stylesheet" type="text/css" href="/blinkid/style.css">
<script src="https://cdn.jsdelivr.net/npm/@microblink/blinkid-in-browser-sdk@6.0.1/dist/blinkid-sdk.min.js"></script>
<script src="/blinkid/blinkid.js" defer></script>
</head>
<body>
/* Copyright 2013 Google Inc.
Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.html */
package com.example.latlnginterpolation;
import android.animation.ObjectAnimator;
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.os.Build;