momo_sms 0.1.0
momo_sms: ^0.1.0 copied to clipboard
Automatically detects and parses mobile money SMS transactions (M-PESA, Airtel Money, MIXX by YAS, HaloPesa). Zero-loss capture works even when the app is killed or backgrounded. Built for East African MNOs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add momo_smsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
momo_sms: ^0.1.0Alternatively, 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:momo_sms/momo_sms.dart';