fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
245 stars 182 forks source link

[Dependancies] plugin_platform_interface 2.0.0 #37

Closed tlkops closed 3 years ago

tlkops commented 3 years ago

Hello,

Currently flutter_sms depends on plugin_platform_interface 1.0.1, but as firebase_messaging >=9.0.0 depends on firebase_messaging_platform_interface ^2.0.0, it makes them unusable together. Would that take a lot of work to bump this dependancy version to 2.0.0?

tlkops commented 3 years ago

PR submited #38

rodydavis commented 3 years ago

fixed on version 2.3.1