babariviere / flutter_sms

SMS library for flutter
MIT License
87 stars 158 forks source link

Complete rewrite in Kotlin #23

Open babariviere opened 6 years ago

babariviere commented 6 years ago

This rewrite will make error handling better because of Kotlin features.

You can follow progress on https://github.com/babariviere/flutter_sms/commits/kotlin

joanpablo commented 6 years ago

That's really cool

babariviere commented 6 years ago

Yeah but I take too much time to do it haha

joanpablo commented 6 years ago

Bastien, I have been reading about the new feature of saving messages to a storage, but I don't understand yet if this is an explicit functionality or the plugin flutter_sms do it implicitly, must I (as the plugin consumer) invoke some function or the methods of the sms plugin save messages in some storage by default, and I think this new feature must be well documented in the Readme.md, what do you think?

On Fri, Sep 21, 2018 at 1:49 PM Bastien Rivière notifications@github.com wrote:

Yeah but I take too much time to do it haha

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/babariviere/flutter_sms/issues/23#issuecomment-423619664, or mute the thread https://github.com/notifications/unsubscribe-auth/AjnALMzs0Q1BQ-SEEyTmrru7Oe1TFZ0hks5udSaqgaJpZM4Vx3vi .

babariviere commented 6 years ago

You are completely right, but for now it's experimental. As I said in another issue, I want to finish the rewrite in kotlin to implement it properly