In this tutorial, you will learn how to build a Flutter application that allows for setting up subscription billing using Rapyd.
- Rapyd Account (https://dashboard.rapyd.net/sign-up)
- The Flutter Software Development Kit (SDK) installed.
- Open /network/rapyd_connection.dart file and pass in the
secretKey
andaccessKey
from your Rapyd account. - Open terminal and type "flutter run".