- Migrated to latest Flutter version
- Added RECEIVE_SMS permission to AndroidManifest implicitly
- Removed iOS platform
- Fix #2 Fatal exception when app is terminated
- Updated SDK version constraints
- Added SMS model
- Now each incoming SMS supports Senders contact and timestamp as well
- Changed stream type of ReadSMS().smsStream to Stream
- Updated example/lib/main.dart
- This is the first release of readsms plugin for Flutter.
- This plugin currently supports Android
- IoS support to be expected in next release
- More functionalities will be added there after.