plaid_universal 0.1.0+1
plaid_universal: ^0.1.0+1 copied to clipboard
Plaid Link for Flutter platform supporting iOS, Android, MacOS, Linux, Windows and Web by maxint.com
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add plaid_universalThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
plaid_universal: ^0.1.0+1Alternatively, 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:plaid_universal/plaid_universal.dart';