KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
331 stars 384 forks source link

Allow to not display "Post" popup #285

Open TitouanBourveauEXFO opened 6 months ago

TitouanBourveauEXFO commented 6 months ago

By extracting the upload file function, it allows to call it in the didViewLoad override and be able to skip the didViewAppear so the "Post" popup didn't show.

According to this https://stackoverflow.com/a/64124312/22363803