transaction_sms_parser 0.0.1
transaction_sms_parser: ^0.0.1 copied to clipboard
A powerful Dart/Flutter package for parsing transaction SMS messages from banks, payment apps, and digital wallets. Extract amounts, account info, card details, wallet providers, merchant names, and balances.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add transaction_sms_parserThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
transaction_sms_parser: ^0.0.1Alternatively, 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:transaction_sms_parser/transaction_sms_parser.dart';