aravindhkumar

Results 15 comments of aravindhkumar

@jaumard I am also looking for this module. do you have any idea to implement the same?

@atereshkov I have tried implementing the same someday back, maybe it helps you to get it work. Please find the code [here](https://gist.github.com/aravindhkumar23/bc8da3aa35617d53b66b64ec48e16c0a)

@sathya4code did you find any solutions to get it work?

It works if I use > keyboard_visibility: 0.5.1 but when using > keyboard_visibility: ^0.5.1 It causes the error described. so the problem may be with version 0.5.2

Tried By creating new Flutter Project and it works till I add the plugin, when plugin package gets added then the error shows up. currently using v-0.5.1 to get working...

Ok, will check to update.

@giovapanasiti I haven't used type as pdf, my file is filename.txt this is how I'm doing will it accept text as a type? ``` final uri = Uri.file(path); SimpleShare.share( subject:...

@eladcandroid @rodi189 I found the solution to fix the build failure, sharing here to help others facing this issue. execute `flutter build apk -v` it will print the log ->...

@imariman thanks for mentioning the package that solves Many developers problems, I have used the plugin which you have suggested and it works when app in background mode (onCallAccepted is...

@MaheshPeri19 Thanks for the reply, will try it and let you know.