- Adding ability to send SMS directly on Android (#57).
- Update Android plugin to use V2 embedding.
- Full null safety
- Fixing support for web
- Removing macos folder
- Fixing example
- Null Safety (1 dependency needs to be upgraded for full null safety: flutter_user_agent)
- Upgrading dependencies
- Updating example (lint issues)
- Fixing Issue with Web
- Fixing Bugs with iOS
- Adding URL fallback
- Adding Online Demo
- Adding Support for Web
- Updating for latest ios/android flutter plugin template
- Android result added
- Reduce minSdkVersion to 16
- Fix crash on android when
recipients
is empty (substring on empty string) - Add
canSendSMS
API- Checks if device is SMS capable (iOS and Android)
- Checks if
smsto:
Intent is resolved and resulting activity exported (Android)
- sendSMS: Return error when device is not SMS capable (Android)
- Remove unused AndroidX dependency
- Use Intent.ACTION_SENDTO and Intent.EXTRA_TEXT to increase message app support coverage
- Updating example to be desktop aware
- Fix for Android Multiple People
- Fixes Issues #8 and #4
- Removed SMS Permissions on Android
- Bug Fix Send Result
- Added Can Send Text
- Bug Fix for iOS Simulator Error
- Fixing Version
- SMS and MMS for Android and iOS