fundstrack_lite 0.0.11
fundstrack_lite: ^0.0.11 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
0.0.4 #
- Added a latest 100 message filter to cut down load of the processing on apps
0.0.5 #
- Added a latest 100 message filter to cut down load of the processing on apps on flutter package level
0.0.6 #
- Added service based method for the message processing
0.0.7 #
- Added background service based method for the message processing
0.0.8 #
- Executed dart format to stay compliance points ready for pub.dev pub points
0.0.9 #
- Fixed issues related to missing class name of FundsTrackPlugin
0.0.10 #
- Updated the documentation for background services based example and implementation guide
0.0.11 #
- Fixed some more issues related to missing class name of FundsTrackPlugin and missing path