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.
- Host: GitHub
- URL: https://github.com/openbankproject/obp-onboarding-flutter
- Owner: OpenBankProject
- License: bsd-3-clause
- Created: 2019-10-22T09:30:06.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-06T06:27:50.000Z (over 5 years ago)
- Last Synced: 2025-04-13T21:07:24.895Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 266 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.