flutter_malvo_connect 0.1.0
flutter_malvo_connect: ^0.1.0 copied to clipboard
Malvo Connect SDK for Flutter — a drop-in WebView widget that lets your users link their bank accounts (Open Finance Brasil) through the hosted Malvo Connect widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_malvo_connectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_malvo_connect: ^0.1.0Alternatively, 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:flutter_malvo_connect/flutter_malvo_connect.dart';