finicity 0.0.6 copy "finicity: ^0.0.6" to clipboard
finicity: ^0.0.6 copied to clipboard

A new Flutter plugin for Finicity SDK

Finicity Plugin

📝 Table of Contents #

🧐 About #

Throughout my project, I have been working with Finicity, which does not support Flutter. Since I have always dreamed of creating my own custom plugin, I decided to create one. As this is my first plugin, please raise PRs if something can be improved.

🏁 Getting Started #

Add this piece of code to your build.gradle file - android/build.gradle
allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter() // add this
    }
}

Add this finicity: ^0.0.4 as part of your pubspec.yaml file

Initialize the plugin using final _finicityPlugin = Finicity();

As a next step call initFinicity which starts the Finicity SDK
var result = await _finicityPlugin.initFinicity(connectUrl);

Do check the Example section to see implementation

Note: To generate connect url follow this - https://developer.mastercard.com/open-banking-us/documentation/connect/generate-2-connect-url-apis/

✍️ Authors #

3
likes
150
pub points
22%
popularity

Publisher

unverified uploader

A new Flutter plugin for Finicity SDK

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on finicity