flutter_moneykit 0.0.5 flutter_moneykit: ^0.0.5 copied to clipboard
A Flutter plugin that allows for communication with the MoneyKit SDK.
flutter_moneykit #
A Flutter plugin for integrating MoneyKit SDK.
Getting Started #
To use this plugin, add flutter_moneykit
as a dependency in your pubspec.yaml file.
dependencies:
flutter_moneykit: ^0.0.3
or run this command:
flutter pub add flutter_moneykit
Refer to the example and MoneyKit Documentation and the example tab for usage.