fundstrack_lite 0.0.3
fundstrack_lite: ^0.0.3 copied to clipboard
A Flutter plugin to extract and parse debit/credit bank SMS on Android. Supports UPI and bank notifications.
Changelog #
0.0.1 #
- Initial release.
- Parses debit and credit SMS messages from Android inbox.
- Extracts amount, account number (including masked and UPI styles), date, time, type (debit/credit), and sender.
- Supports traditional banking and UPI SMS formats.
- Ready-to-use with ListView.
0.0.2 #
- Briefly describe the changes you made in this version.
- For example: Improved UPI SMS parsing; Added richer ListView demo; etc.
0.0.3 #
- Added a full scale developer guide of the example app which showcases how to install library to setting up the application