update flutter_sms to the latest version

This commit is contained in:
2026-01-14 00:23:07 -08:00
parent 33258c580c
commit 6250a11afd
38 changed files with 1192 additions and 480 deletions
+9
View File
@@ -1,3 +1,12 @@
# 3.0.0
* **Breaking Change**: Migrated to Pigeon for type-safe platform channels.
* **Breaking Change**: Removed `plugin_platform_interface` dependency.
* **Breaking Change**: Removed `sendDirect` functionality and `SEND_SMS` permission requirement.
* Updated Dart SDK constraint to `^3.0.0`.
* Refactored package to use conditional imports for Web and Native support.
* Modernized example app with Material 3.
# 2.3.3
* Adding ability to send SMS directly on Android (#57).