phyllo_connect 0.1.9 copy "phyllo_connect: ^0.1.9" to clipboard
phyllo_connect: ^0.1.9 copied to clipboard

outdated

Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your app.

phyllo_connect #

pub package

Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your 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
}
4
likes
0
pub points
63%
popularity

Publisher

unverified uploader

Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on phyllo_connect