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
241 stars 176 forks source link

Migrate off of jcenter #58

Open gquarles opened 2 years ago

gquarles commented 2 years ago

jcenter will close on Feb 1 2022 and is currently down as of today, this causes any android app that uses this package to fail during build

rodydavis commented 2 years ago

Has this been tested?

CrossBread commented 1 year ago

Has this been tested?

Hey @rodydavis I'm trying to help get some of these PRs reviewed but having trouble finding tests to run to verify changes. Am I crazy or are there no tests to run in Flutter?