ilebora_stk 0.0.1
ilebora_stk: ^0.0.1 copied to clipboard
BoraSTK is a Flutter package for simplified integration of Safaricom's Lipa Na M-Pesa Online API, enabling seamless STK push payments in mobile applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ilebora_stk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ilebora_stk: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ilebora_stk/ilebora_stk.dart';