guardlinesdk 0.1.0 copy "guardlinesdk: ^0.1.0" to clipboard
guardlinesdk: ^0.1.0 copied to clipboard

Project integration Guardline SDK and API.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:guardlinesdk/guardlinepage.dart';

void main() {
  // Ensure DemoApp is defined in ../clientsdk/DemoApp.dart and imported correctly
  const token =
      '[SEU TOKEN AQUI]';

  runApp(
    GuardlinePage(
      token, // Replace with your actual token
      primaryColor: Colors.blueAccent,
      onResult: (String text) {
        print(text);
      },
    ),
  );
}
0
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Project integration Guardline SDK and API.

License

unknown (license)

Dependencies

blinkid_flutter, bmprogresshud, device_info_plus, flutter, http, http_parser, image, image_picker, iproov_flutter, network_info_plus, path, path_provider, uuid

More

Packages that depend on guardlinesdk