metric_webview_sdk 0.0.1 copy "metric_webview_sdk: ^0.0.1" to clipboard
metric_webview_sdk: ^0.0.1 copied to clipboard

This a new Metric Flutter SDK that uses webview to verify user's identity

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add metric_webview_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  metric_webview_sdk: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:metric_webview_sdk/metric_sdk.dart';
import 'package:metric_webview_sdk/metric_webview.dart';
import 'package:metric_webview_sdk/models/models.dart';
1
likes
150
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

This a new Metric Flutter SDK that uses webview to verify user's identity

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, http, permission_handler

More

Packages that depend on metric_webview_sdk