An open API service indexing awesome lists of open source software.

https://github.com/openbankproject/obp-onboarding-flutter

A Flutter to App that onboards a User and connects the user to an (existing) Customer at a bank.
https://github.com/openbankproject/obp-onboarding-flutter

Last synced: about 1 year ago
JSON representation

A Flutter to App that onboards a User and connects the user to an (existing) Customer at a bank.

Awesome Lists containing this project

README

          

# OBP Onboarding in Flutter

A flutter App to onboard users onto the OBP API using OAuth and various OBP APIs.

## Getting Started

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## Configure

Settings file is `lib/utils/constant.dart`.

You should modify the following values:

1. Replace `_baseUrl` with your obp_api base url .
2. Replace `consumerKey` with one valid value.