vivanta_connect_flutter 0.2.0+2 copy "vivanta_connect_flutter: ^0.2.0+2" to clipboard
vivanta_connect_flutter: ^0.2.0+2 copied to clipboard

Vivanta Connect for Flutter

Vivanta Connect for Flutter #

Plugin to use Vivanta Connect in Flutter Projects

How to use #

  1. Add the reference in your pubspec.yamlfile:
vivanta_connect_flutter: 0.1.0
  1. You can use the Vivanta Connect plugin:
import 'package:vivanta_connect_flutter/views/start_vivanta_connect.dart';

StartVivantaConnect(
  apiKey: apiKey,
  customerId: customerId,
  externalUserId: externalUserId,
  ),
),