This App shows an example integration of the Passbase Flutter package integrated into an App. Before your try to run the App please sign up on our developer platform and use your own publishabe API key, which you can find in the API settings section.
Please follow our integration guide in our official developer documentation to install all dependencies first in a correct way.
Ensure that you are using an up to date version for Flutter. You will also need the latest Xcode with Swift 5.1 support and Cocoapods for dependencies. For Android please use Android Studio and ensure that you have Kotlin support.
You can follow our integration guide to correctly install the Passbase Package. To run the Demo app please do the folllwing:
- Open Terminal in project folder and run
flutter packages get
- Exchange
YOUR_OWN_PUBLISHABLE_API_KEY
with your own API key in the filemain.dart
line 26 in the lib folder. - Build and run the App