Using Rapyd OpenAPI in a Flutter application.
- Log in to your Rapyd account
- Make sure you are using the "sandbox" mode (switch in the bottom left part of the panel)
- Go to the "Developers" tab. You will find your API keys there.
- Run the application using the command below
flutter run -d chrome --web-port {{YOUR_PORT_NUMBER}} --web-hostname 0.0.0.0 --web-browser-flag "--disable-web-security"