Installation
Prerequisites:
minimum supported Android version is 21 (Lollipop)
minimum supported iOS version is 9.0
Extensive demo example on how to implement kevin. Flutter project can be found in our public github repository.
Import library features you will use in pubspec.yaml
. Core library is mandatory, both accounts and in_app_payments are optional.
pubspec.yaml
Current version is here
Initialise plugins you will use in your app's main()
method. Check our customisations section for a guide on how to customise SDK UI.
main.dart
Last updated