phyllo_connect 0.0.1
phyllo_connect: ^0.0.1 copied to clipboard
Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your iOS app.
phyllo_connect #
Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your iOS app. Supports: iOS, Android.
Usage #
To use this plugin, add phyllo_connect
as a dependency in your pubspec.yaml file.
Example #
Replace your
import 'package:phyllo_connect/phyllo_connect.dart';
class Configs {
Configs._();
static const String clientId = '<client id here>';
static const String clientSecret = '<client secret here>';
static const PhylloEnvironment env = PhylloEnvironment.development; //set phyllo environment
}
copied to clipboard